| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command.sam |
Contains the definitions of the Calypso SAM commands and their associated builders and parsers.
|
| org.eclipse.keyple.calypso.command.sam.exception |
Contains the exceptions that may be raised when processing a SAM command.
|
| Modifier and Type | Method and Description |
|---|---|
CalypsoSamCommand |
AbstractSamCommandBuilder.getCommandRef() |
static CalypsoSamCommand |
CalypsoSamCommand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalypsoSamCommand[] |
CalypsoSamCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractSamCommandBuilder(CalypsoSamCommand reference,
org.eclipse.keyple.core.card.message.ApduRequest request) |
| Constructor and Description |
|---|
CalypsoSamAccessForbiddenException(java.lang.String message,
CalypsoSamCommand command,
java.lang.Integer statusCode) |
CalypsoSamCommandException(java.lang.String message,
CalypsoSamCommand command,
java.lang.Integer statusCode) |
CalypsoSamCounterOverflowException(java.lang.String message,
CalypsoSamCommand command,
java.lang.Integer statusCode) |
CalypsoSamDataAccessException(java.lang.String message,
CalypsoSamCommand command,
java.lang.Integer statusCode) |
CalypsoSamIllegalArgumentException(java.lang.String message,
CalypsoSamCommand command) |
CalypsoSamIllegalParameterException(java.lang.String message,
CalypsoSamCommand command,
java.lang.Integer statusCode) |
CalypsoSamIncorrectInputDataException(java.lang.String message,
CalypsoSamCommand command,
java.lang.Integer statusCode) |
CalypsoSamSecurityDataException(java.lang.String message,
CalypsoSamCommand command,
java.lang.Integer statusCode) |
CalypsoSamUnknownStatusException(java.lang.String message,
CalypsoSamCommand command,
java.lang.Integer statusCode) |