public class SamGetChallengeRespPars extends AbstractSamResponseParser
| Constructor and Description |
|---|
SamGetChallengeRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
SamGetChallengeCmdBuild builder)
Instantiates a new SamGetChallengeRespPars .
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getChallenge()
Gets the challenge.
|
protected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> |
getStatusTable() |
buildCommandException, checkStatus, getBuilderpublic SamGetChallengeRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
SamGetChallengeCmdBuild builder)
response - of the SamGetChallengeCmdBuildbuilder - the reference to the builder that created this parserprotected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> getStatusTable()
getStatusTable in class AbstractSamResponseParserpublic byte[] getChallenge()