public final class PoGetChallengeCmdBuild extends AbstractPoCommandBuilder<PoGetChallengeRespPars>
| Constructor and Description |
|---|
PoGetChallengeCmdBuild(PoClass poClass)
Instantiates a new PoGetChallengeCmdBuild.
|
| Modifier and Type | Method and Description |
|---|---|
PoGetChallengeRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
boolean |
isSessionBufferUsed()
Indicates if the session buffer is used when executing this command.
|
getCommandRefsetApduRequestpublic PoGetChallengeCmdBuild(PoClass poClass)
poClass - indicates which CLA byte should be used for the Apdupublic PoGetChallengeRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractPoCommandBuilder<PoGetChallengeRespPars>apduResponse - the response data from the the cardAbstractApduResponseParserpublic boolean isSessionBufferUsed()
Allows the management of the overflow of this buffer.
This command doesn't modify the contents of the PO and therefore doesn't uses the session buffer.
isSessionBufferUsed in class AbstractPoCommandBuilder<PoGetChallengeRespPars>