io.github.binaryfoo.decoders.Decoders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emv-bertlv Show documentation
Show all versions of emv-bertlv Show documentation
Some decoders for the data used in EMV credit card transactions.
package io.github.binaryfoo.decoders;
import io.github.binaryfoo.Decoder;
public class Decoders {
public static final Decoder PRIMITIVE = new NullDecoder();
public static final Decoder CVM_LIST = new CVMListDecoder();
public static final Decoder CVM_RESULTS = new CVMResultsDecoder();
public static final Decoder TVR = new TVRDecoder();
public static final Decoder DOL = new DataObjectListDecoder();
public static final Decoder AIP = new AIPDecoder();
public static final Decoder TSI = new TSIDecoder();
public static final Decoder AFL = new ApplicationFileLocatorDecoder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy