| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command.po.builder.security |
Contains the security related PO command builders.
|
| org.eclipse.keyple.calypso.command.po.parser.security |
Contains the security related PO command parsers.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractOpenSessionCmdBuild<AbstractOpenSessionRespPars> |
AbstractOpenSessionCmdBuild.create(PoRevision revision,
byte debitKeyIndex,
byte[] sessionTerminalChallenge,
int sfi,
int recordNumber) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenSession10RespPars
Parses the Open session response from a PO revision 1.0 .
|
class |
OpenSession24RespPars
Parses the Open session response from a PO revision 2.4 .
|
class |
OpenSession31RespPars
Parses the Open session response from a PO revision 3.1.
|
class |
OpenSession32RespPars
Parses the Open session response from a PO revision 3.2 .
|
| Modifier and Type | Method and Description |
|---|---|
AbstractOpenSessionRespPars |
AbstractOpenSessionRespPars.create(org.eclipse.keyple.core.card.message.ApduResponse response,
PoRevision revision) |