Class MChipCryptogram
java.lang.Object
org.jpos.emv.cryptogram.MChipCryptogram
- All Implemented Interfaces:
CryptogramSpec
M/Chip Cryptogram Specification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns method of generation of the response cryptogramReturns class in charge of selecting the data elements and building the string that will be used for the generation of the cryptogramReturn method of the derivation of ICC Master Key used for Application Cryptogram generationReturn method of the derivation of Unique DEA Key UDK (Session Key) used for Application Cryptogram generation
-
Constructor Details
-
MChipCryptogram
-
-
Method Details
-
getMKDMethod
Description copied from interface:CryptogramSpecReturn method of the derivation of ICC Master Key used for Application Cryptogram generation- Specified by:
getMKDMethodin interfaceCryptogramSpec- Returns:
- Master Key Derivation Method
-
getSKDMethod
Description copied from interface:CryptogramSpecReturn method of the derivation of Unique DEA Key UDK (Session Key) used for Application Cryptogram generation- Specified by:
getSKDMethodin interfaceCryptogramSpec- Returns:
- Session Key Derivation Method
-
getARPCMethod
Description copied from interface:CryptogramSpecReturns method of generation of the response cryptogram- Specified by:
getARPCMethodin interfaceCryptogramSpec- Returns:
- ARPC Generation Method
-
getDataBuilder
Description copied from interface:CryptogramSpecReturns class in charge of selecting the data elements and building the string that will be used for the generation of the cryptogram- Specified by:
getDataBuilderin interfaceCryptogramSpec- Returns:
- Cryptogram Data Builder
-