public class CardGenerateKeyRespPars extends AbstractSamResponseParser
| Constructor and Description |
|---|
CardGenerateKeyRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
CardGenerateKeyCmdBuild builder)
Instantiates a new CardGenerateKeyRespPars.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCipheredData()
Gets the 32 bytes of ciphered data.
|
protected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> |
getStatusTable() |
buildCommandException, checkStatus, getBuilderpublic CardGenerateKeyRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
CardGenerateKeyCmdBuild builder)
response - from the SAMbuilder - 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[] getCipheredData()