public class DigestCloseCmdBuild extends AbstractSamCommandBuilder<DigestCloseRespPars>
defaultRevision| Constructor and Description |
|---|
DigestCloseCmdBuild(SamRevision revision,
byte expectedResponseLength)
Instantiates a new DigestCloseCmdBuild .
|
| Modifier and Type | Method and Description |
|---|---|
DigestCloseRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic DigestCloseCmdBuild(SamRevision revision, byte expectedResponseLength)
revision - of the SAMexpectedResponseLength - the expected response lengthjava.lang.IllegalArgumentException - - if the expected response length is wrong.public DigestCloseRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<DigestCloseRespPars>apduResponse - the response data from the the cardAbstractApduResponseParser