public class SamWriteKeyCmdBuild extends AbstractSamCommandBuilder<SamWriteKeyRespPars>
defaultRevision| Constructor and Description |
|---|
SamWriteKeyCmdBuild(SamRevision revision,
byte writingMode,
byte keyReference,
byte[] keyData)
Builder constructor
|
| Modifier and Type | Method and Description |
|---|---|
SamWriteKeyRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic SamWriteKeyCmdBuild(SamRevision revision, byte writingMode, byte keyReference, byte[] keyData)
revision - the SAM revisionwritingMode - the writing mode (P1)keyReference - the key reference (P2)keyData - the key datapublic SamWriteKeyRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<SamWriteKeyRespPars>apduResponse - the response data from the the cardAbstractApduResponseParser