JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
ENCDEC
GENVER
DECONLY
ENCONLY
GENONLY
ANY
GENSIGN
SIGNVER
VERONLY
DERIVE
KEYVAR
Method Details
values()
valueOf(String)
getCode()
getName()
toString()
valueOfByCode(char)
Enum Constant Summary
Enum Constants
No special restrictions apply.
The key may only be used to perform decrypt operations.
The key may only be used to derive other keys.
The key may be used to perform both encrypt and decrypt operations.
The key may only be used to perform encrypt operations.
The key may only be used to perform MAC generate operations.
The key may only be used to perform digital signature generation
operations.
The key may be used to perform MAC calculation (both generate invalid input: '&'
verify) operations.
The key may be used to create key variants.
The key may be used to perform both digital signature generation and
verification operations.
The key may only be used to perform digital signature verification
operations.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
char
Get code of key use mode.
Get name of key use mode.
Returns the enum constant of this class with the specified name.
Returns the enum constant of this type with the specified code.
Returns an array containing the constants of this enum class, in
the order they are declared.