Enum Class SKDMethod
- All Implemented Interfaces:
Serializable, Comparable<SKDMethod>, Constable
Indicate method for derivation by the issuer of a 16-byte
Unique DEA Key UDK (Session Key) used for Application Cryptogram generation,
issuer authentication, and secure messaging.
These methods take as input the ATC (and unpredictable number), plus a 16-byte ICC Master Key MK, and produce the 16-byte Unique DEA Key UDK (Session Key)
These methods take as input the ATC (and unpredictable number), plus a 16-byte ICC Master Key MK, and produce the 16-byte Unique DEA Key UDK (Session Key)
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAmerican ExpressEMV Common Session Key Derivation Method Described in EMV v4.2 Book 2 - June 2008, Annex A1.3EMV2000 Session Key Method Described in EMV 2000 v4.0 Book 2 - December 2000, Annex A1.3MasterCard Proprietary SKD methodVisa Smart Debit/Credit or UKIS in England
Described in Visa Integrated Circuit Card Specification (VIS) Version 1.5 - May 2009, section B.4 -
Method Summary
-
Enum Constant Details
-
VSDC
-
MCHIP
-
AEPIS_V40
-
EMV_CSKD
-
EMV2000_SKM
EMV2000 Session Key Method Described in EMV 2000 v4.0 Book 2 - December 2000, Annex A1.3
-
-
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
-