| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command.po |
Contains the definitions of the Calypso PO commands and their associated builders and parsers.
|
| org.eclipse.keyple.calypso.command.po.exception |
Contains the exceptions that may be raised when processing a PO command.
|
| Modifier and Type | Method and Description |
|---|---|
CalypsoPoCommand |
AbstractPoCommandBuilder.getCommandRef() |
static CalypsoPoCommand |
CalypsoPoCommand.getOpenSessionForRev(PoRevision rev)
Get the open session command for a given
PoRevision |
static CalypsoPoCommand |
CalypsoPoCommand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalypsoPoCommand[] |
CalypsoPoCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractPoCommandBuilder(CalypsoPoCommand commandRef,
org.eclipse.keyple.core.card.message.ApduRequest request)
Constructor dedicated for the building of referenced Calypso commands
|
| Constructor and Description |
|---|
CalypsoPoAccessForbiddenException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoCommandException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoDataAccessException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoDataOutOfBoundsException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoIllegalArgumentException(java.lang.String message,
CalypsoPoCommand command) |
CalypsoPoIllegalParameterException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoPinException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoSecurityContextException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoSecurityDataException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoSessionBufferOverflowException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoTerminatedException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |
CalypsoPoUnknownStatusException(java.lang.String message,
CalypsoPoCommand command,
java.lang.Integer statusCode) |