public class SvPrepareLoadCmdBuild extends AbstractSamCommandBuilder<SvPrepareOperationRespPars>
defaultRevision| Constructor and Description |
|---|
SvPrepareLoadCmdBuild(SamRevision samRevision,
byte[] svGetHeader,
byte[] svGetData,
byte[] svReloadCmdBuildData)
Instantiates a new SvPrepareLoadCmdBuild to prepare a load transaction.
|
| Modifier and Type | Method and Description |
|---|---|
SvPrepareOperationRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic SvPrepareLoadCmdBuild(SamRevision samRevision, byte[] svGetHeader, byte[] svGetData, byte[] svReloadCmdBuildData)
Build the SvPrepareLoad APDU from the SvGet command and response, the SvReload partial command
samRevision - the SAM revisionsvGetHeader - the SV Get command headersvGetData - a byte array containing the data from the SV get command and responsesvReloadCmdBuildData - the SV reload command builder datapublic SvPrepareOperationRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<SvPrepareOperationRespPars>apduResponse - the response data from the the cardAbstractApduResponseParser