| 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.builder.security |
Contains the SAM command builders.
|
| org.eclipse.keyple.calypso.command.sam.parser.security |
Contains the SAM command parsers.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSamCommandBuilder<AbstractSamResponseParser> |
AbstractSamResponseParser.getBuilder() |
| Constructor and Description |
|---|
AbstractSamResponseParser(org.eclipse.keyple.core.card.message.ApduResponse response,
AbstractSamCommandBuilder<? extends AbstractSamResponseParser> builder)
Constructor to build a parser of the APDU response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CardCipherPinCmdBuild
Builds the Card Cipher PIN APDU command.
|
class |
CardGenerateKeyCmdBuild
Builds the Give Random APDU command.
|
class |
DigestAuthenticateCmdBuild
Builds the Digest Authenticate APDU command.
|
class |
DigestCloseCmdBuild
Builds the Digest Close APDU command.
|
class |
DigestInitCmdBuild
Builds the Digest Init APDU command.
|
class |
DigestUpdateCmdBuild
Builds the Digest Update APDU command.
|
class |
DigestUpdateMultipleCmdBuild
Builds the SAM Digest Update Multiple APDU command.
|
class |
GiveRandomCmdBuild
Builds the Give Random APDU command.
|
class |
SamGetChallengeCmdBuild
Builds the Get Challenge APDU command.
|
class |
SamReadCeilingsCmdBuild
Builds the Read Ceilings APDU command.
|
class |
SamReadEventCounterCmdBuild
Builds the Read Event Counter APDU command.
|
class |
SamReadKeyParametersCmdBuild
Builds the Read Key Parameters APDU command.
|
class |
SamWriteKeyCmdBuild
Builds the Write Key APDU command.
|
class |
SelectDiversifierCmdBuild
Builds the SAM Select Diversifier APDU command.
|
class |
SvCheckCmdBuild
Builds the SV Check APDU command.
|
class |
SvPrepareDebitCmdBuild
Builds the SV Prepare Debit APDU command.
|
class |
SvPrepareLoadCmdBuild
Builds the SV Prepare Load APDU command.
|
class |
SvPrepareUndebitCmdBuild
Builds the SV Undebit APDU command.
|
class |
UnlockCmdBuild
Builds the Unlock APDU command.
|
| Constructor and Description |
|---|
SvPrepareOperationRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
AbstractSamCommandBuilder builder)
Instantiates a new SvPrepareOperationRespPars.
|