Enum Class KeyScheme
- All Implemented Interfaces:
Serializable, Comparable<KeyScheme>, Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEncryption of single/double/triple-length DES invalid input: '&' AES keys using the ANSI X9 TR-31 Key Block methods.Encryption of all DES, AES, HMAC invalid input: '&' RSA keys using proprietary Key Block methods.Encryption of a triple length DES key using the variant method.Encryption of a double length DES key using the variant method.Encryption of a double length key using X9.17 methods.Encryption of a triple length key using X9.17 methods.Encryption of a single length DES key using X9.17 methods. -
Method Summary
-
Enum Constant Details
-
Z
-
X
-
U
-
Y
-
T
-
R
Encryption of single/double/triple-length DES invalid input: '&' AES keys using the ANSI X9 TR-31 Key Block methods.Only used for exporting keys (e.g. under a KEK).
The ANSI X9 Committee published Technical Report 31 (TR-31) on Interoperable Secure Key ExcKey Block Specification for Symmetric Algorithms in 2010 to describe a method for secure key exchange which meets the needs of X9.24.
-
S
-
-
Method Details
-
values
-
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 nameNullPointerException- if the argument is null
-