public class UnlockCmdBuild extends AbstractSamCommandBuilder<UnlockRespPars>
defaultRevision| Constructor and Description |
|---|
UnlockCmdBuild(SamRevision revision,
byte[] unlockData)
Builder constructor
|
| Modifier and Type | Method and Description |
|---|---|
UnlockRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic UnlockCmdBuild(SamRevision revision, byte[] unlockData)
revision - the SAM revisionunlockData - the unlock datapublic UnlockRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<UnlockRespPars>apduResponse - the response data from the the cardAbstractApduResponseParser