Enum Constant Summary
Enum Constants
CAMELLIA 128 Cipher KeyWrap
CAMELLIA 192 Cipher KeyWrap
CAMELLIA 256 Cipher KeyWrap
Triple DES EDE (192 bit key) in CBC mode
Triple DES EDE (192 bit key) in CBC mode KEYWRAP
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
TRIPLEDES
Triple DES EDE (192 bit key) in CBC mode
AES_128_GCM
AES 128 GCM Cipher
AES_192_GCM
AES 192 GCM Cipher
AES_256_GCM
AES 256 GCM Cipher
CAMELLIA_128
CAMELLIA 128 Cipher
CAMELLIA_192
CAMELLIA 192 Cipher
CAMELLIA_256
CAMELLIA 256 Cipher
RSA_v1dot5
RSA 1.5 Cipher
RSA_OAEP_11
RSA OAEP Cipher
DIFFIE_HELLMAN
DIFFIE_HELLMAN Cipher
TRIPLEDES_KeyWrap
Triple DES EDE (192 bit key) in CBC mode KEYWRAP
AES_128_KeyWrap
AES 128 Cipher KeyWrap
AES_256_KeyWrap
AES 256 Cipher KeyWrap
AES_192_KeyWrap
AES 192 Cipher KeyWrap
CAMELLIA_128_KeyWrap
CAMELLIA 128 Cipher KeyWrap
CAMELLIA_192_KeyWrap
CAMELLIA 192 Cipher KeyWrap
CAMELLIA_256_KeyWrap
CAMELLIA 256 Cipher KeyWrap
SEED_128_KeyWrap
SEED 128 Cipher KeyWrap
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null