public final class SvReloadRespPars extends AbstractPoResponseParser
See specs: Calypso Stored Value balance (signed binaries' coding based on the two's complement method)
balance - 3 bytes signed binary - Integer from -8,388,608 to 8,388,607
amount for reload, 3 bytes signed binary - Integer from -8,388,608 to 8,388,607
-8,388,608 %10000000.00000000.00000000 -8,388,607 %10000000.00000000.00000001 -8,388,606 %10000000.00000000.00000010 -3 %11111111.11111111.11111101 -2 %11111111.11111111.11111110 -1 %11111111.11111111.11111111 0 %00000000.00000000.00000000 1 %00000000.00000000.00000001 2 %00000000.00000000.00000010 3 %00000000.00000000.00000011 8,388,605 %01111111.11111111.11111101 8,388,606 %01111111.11111111.11111110 8,388,607 %01111111.11111111.11111111
| Constructor and Description |
|---|
SvReloadRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
SvReloadCmdBuild builder)
Constructor to build a parser of the SvDebit command response.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSignatureLo()
Gets the SV signature.
|
protected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> |
getStatusTable() |
buildCommandException, checkStatus, getBuilderpublic SvReloadRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
SvReloadCmdBuild builder)
response - response to parsebuilder - the reference to the builder that created this parserpublic byte[] getSignatureLo()
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