Class VISACryptogram

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

public class VISACryptogram extends Object implements CryptogramSpec
VISA Cryptogram Specification
  • Constructor Details

    • VISACryptogram

      public VISACryptogram(String cryptogramVersionNumber)
      Configures the cryptogram spec from the encoded Cryptogram Version Number.
      Parameters:
      cryptogramVersionNumber - two-hex-digit VISA Cryptogram Version Number; supported values are CVN 10, 18 and 34 (CVN '22')
      Throws:
      IllegalArgumentException - if the CVN is not one of the supported variants
  • Method Details