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