public class GiveRandomCmdBuild extends AbstractSamCommandBuilder<GiveRandomRespPars>
defaultRevision| Constructor and Description |
|---|
GiveRandomCmdBuild(SamRevision revision,
byte[] random)
Instantiates a new DigestUpdateCmdBuild.
|
| Modifier and Type | Method and Description |
|---|---|
GiveRandomRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic GiveRandomCmdBuild(SamRevision revision, byte[] random)
revision - of the SAMrandom - the random datajava.lang.IllegalArgumentException - - if the random data is null or has a length not equal to 8
TODO implement specific settings for rev less than 3public GiveRandomRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<GiveRandomRespPars>apduResponse - the response data from the the cardAbstractApduResponseParser