public class DigestAuthenticateCmdBuild extends AbstractSamCommandBuilder<DigestAuthenticateRespPars>
defaultRevision| Constructor and Description |
|---|
DigestAuthenticateCmdBuild(SamRevision revision,
byte[] signature)
Instantiates a new DigestAuthenticateCmdBuild .
|
| Modifier and Type | Method and Description |
|---|---|
DigestAuthenticateRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic DigestAuthenticateCmdBuild(SamRevision revision, byte[] signature)
revision - of the SAMsignature - the signaturejava.lang.IllegalArgumentException - - if the signature is null or has a wrong length.public DigestAuthenticateRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<DigestAuthenticateRespPars>apduResponse - the response data from the the cardAbstractApduResponseParser