Class CVN22DataBuilder
java.lang.Object
org.jpos.emv.cryptogram.CVN18DataBuilder
org.jpos.emv.cryptogram.CVN22DataBuilder
- All Implemented Interfaces:
CryptogramDataBuilder
Visa CVN '22' - Data Builder
-
Nested Class Summary
Nested classes/interfaces inherited from interface CryptogramDataBuilder
CryptogramDataBuilder.PaddingMethodModifier and TypeInterfaceDescriptionstatic enumSpecifies the padding method applied when building cryptogram data. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CVN18DataBuilder
buildARQCRequest, getDefaultARPCRequest, getPaddingMethodModifier and TypeMethodDescriptionbuildARQCRequest(TLVList data, IssuerApplicationData iad) Select necessary data elements and create the string used to generate the ARQC with no padding.getDefaultARPCRequest(boolean approved) Method that returns default issuer response data (ARC or CSU)Defines how to pad the request data when generating the ARQC.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CryptogramDataBuilder
buildARQCRequest_paddedModifier and TypeMethodDescriptiondefault StringbuildARQCRequest_padded(TLVList data, IssuerApplicationData iad) Select necessary data elements and create the string used to generate the ARQC with padding.
-
Constructor Details
-
CVN22DataBuilder
public CVN22DataBuilder()Default constructor; no instance state to initialise.
-