JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.entrust.toolkit.security.provider
Interface KeyWithLength
All Known Implementing Classes:
TokenDSAPrivateKey
,
TokenECPrivateKey
,
TokenKey
,
TokenPrivateKey
,
TokenRSAPrivateKey
,
TokenSymmetricKey
public interface
KeyWithLength
Simple interface for being able to attach length information to a key.
Since:
7.2 SP2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getKeyLength
()
Return the length of the key in bits.
Method Detail
getKeyLength
int getKeyLength()
Return the length of the key in bits. For example, an RSA-1024 key would return 1024, while an EC curve over a 256 bit field would return 256.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method