public interface CryptogramSpec
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
|
MKDMethod getMKDMethod()
SKDMethod getSKDMethod()
ARPCMethod getARPCMethod()
CryptogramDataBuilder getDataBuilder()