public class SvCheckCmdBuild extends AbstractSamCommandBuilder<AbstractSamResponseParser>
defaultRevision| Constructor and Description |
|---|
SvCheckCmdBuild(SamRevision revision,
byte[] svPoSignature)
Instantiates a new SvCheckCmdBuild to authenticate a card SV transaction.
|
| Modifier and Type | Method and Description |
|---|---|
SvCheckRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic SvCheckCmdBuild(SamRevision revision, byte[] svPoSignature)
revision - of the SAMsvPoSignature - null if the operation is to abort the SV transaction, a 3 or 6-byte array
containing the PO signature from SV Debit, SV Load or SV Undebit.public SvCheckRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<AbstractSamResponseParser>apduResponse - the response data from the the cardAbstractApduResponseParser