Enum Class MKDMethod
- All Implemented Interfaces:
Serializable, Comparable<MKDMethod>, Constable
Indicate method for the derivation by the issuer of a 16-byte
ICC Master Key used for Application Cryptogram generation,
issuer authentication, and secure messaging.
These methods take as input the PAN and PAN Sequence Number, plus a 16-byte Issuer Master Key IMK, and produce the 16-byte ICC Master Key MK
Described in EMV v4.2 Book 2, Annex A1.4 Master Key Derivation
These methods take as input the PAN and PAN Sequence Number, plus a 16-byte Issuer Master Key IMK, and produce the 16-byte ICC Master Key MK
Described in EMV v4.2 Book 2, Annex A1.4 Master Key Derivation
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
OPTION_A
-
OPTION_B
-
-
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
-