public class MChipCryptogram extends java.lang.Object implements CryptogramSpec
Constructor and Description |
---|
MChipCryptogram(java.lang.String cryptogramVersionNumber) |
Modifier and Type | Method and Description |
---|---|
ARPCMethod |
getARPCMethod()
Returns method of generation of the response cryptogram
|
CryptogramDataBuilder |
getDataBuilder()
Returns class in charge of selecting the data elements and building the string
that will be used for the generation of the cryptogram
|
MKDMethod |
getMKDMethod()
Return method of the derivation of ICC Master Key used for Application Cryptogram generation
|
SKDMethod |
getSKDMethod()
Return method of the derivation of Unique DEA Key UDK (Session Key) used for Application Cryptogram generation
|
public MKDMethod getMKDMethod()
CryptogramSpec
getMKDMethod
in interface CryptogramSpec
public SKDMethod getSKDMethod()
CryptogramSpec
getSKDMethod
in interface CryptogramSpec
public ARPCMethod getARPCMethod()
CryptogramSpec
getARPCMethod
in interface CryptogramSpec
public CryptogramDataBuilder getDataBuilder()
CryptogramSpec
getDataBuilder
in interface CryptogramSpec