Class MChipCryptogram

java.lang.Object
org.jpos.emv.cryptogram.MChipCryptogram
All Implemented Interfaces:
CryptogramSpec

public class MChipCryptogram extends Object implements CryptogramSpec
M/Chip Cryptogram Specification
  • Constructor Details

    • MChipCryptogram

      public MChipCryptogram(String cryptogramVersionNumber)
      Configures the cryptogram spec from the encoded Cryptogram Version Number.
      Parameters:
      cryptogramVersionNumber - two-hex-digit Cryptogram Version Number (CVN) that selects the data builder and SKD method
      Throws:
      IllegalArgumentException - if the CVN does not encode a supported variant
  • Method Details