public class VerifyPinRespPars extends AbstractPoResponseParser
| Constructor and Description |
|---|
VerifyPinRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
VerifyPinCmdBuild builder)
Instantiates a new VerifyPinRespPars
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRemainingAttemptCounter()
Determine the value of the attempt counter from the status word
|
protected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> |
getStatusTable() |
buildCommandException, checkStatus, getBuilderpublic VerifyPinRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
VerifyPinCmdBuild builder)
response - the response from the PObuilder - the reference to the builder that created this parserpublic int getRemainingAttemptCounter()
protected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> getStatusTable()
getStatusTable in class org.eclipse.keyple.core.card.command.AbstractApduResponseParser