All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AsyncTransactionCreatorManager Transaction manager dedicated to operations performed asynchronously.AsyncTransactionExecutorManager Transaction manager dedicated to execute commands prepared asynchronously usingAsyncTransactionCreatorManager.exportCommands()
.BasicSignatureComputationData Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)
method for basic signature computation using the "Data Cipher" command.BasicSignatureVerificationData Contains the input/output data of theFreeTransactionManager.prepareVerifySignature(SignatureVerificationData)
method for basic signature verification using the "Data Cipher" command.CardTransactionLegacySamExtension Extends theCardTransactionCryptoExtension
interface of the "Keypop Calypso Card API" to enrich the card transaction command set with specific crypto commands such as for example computation and signature verification operations.CounterIncrementAccess Enumeration of the different possible access rights for incrementing event counters.FreeTransactionManager Transaction manager dedicated to operations performed without control SAM.InconsistentDataException Indicates the detection of inconsistent data related to one of the following cases: A de-synchronization of the APDU exchanges.InvalidSignatureException Indicates that a signature is invalid.KeyParameter POJO containing the parameters for a key managed by SAM, whether it's a system key or a work key.LegacySam Extends theSmartCard
interface of the "Keypop Reader API" to provide additional functionality specific to Calypso legacy SAMs.LegacySam.ProductType All Calypso SAM products supported by this API.LegacySamApiFactory Legacy SAM API Factory.LegacySamApiProperties API properties.LegacySamRevocationServiceSpi Service to be implemented in order to check dynamically if a SAM is revoked.LegacySamSelectionExtension Extends theCardSelectionExtension
interface of the "Keypop Reader API" to provide means to define optional commands to be executed during the selection phase such as the "Unlock" command.ReaderIOException Indicates a communication error with the reader of the card or SAM.ReadTransactionManager<T extends ReadTransactionManager<T>> Transaction manager dedicated to "READ" operations.SamIOException Indicates a communication error with the SAM (e.g.SamRevokedException Indicates that the SAM is revoked.SamTraceabilityMode The SAM traceability mode to use with traceable signature operations.SecuritySetting Security setting to manage operations of a legacy SAM transaction secured by a control SAM.SignatureComputationData<T extends SignatureComputationData<T>> Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)
method for common signature computation modes.SignatureVerificationData<T extends SignatureVerificationData<T>> Contains the input/output data of theFreeTransactionManager.prepareVerifySignature(SignatureVerificationData)
method for common signature verification modes.SystemKeyType Enumeration of the system key types of a Legacy Sam.TraceableSignatureComputationData Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)
method for traceable signature computation using the "PSO Compute Signature" command.TraceableSignatureVerificationData Contains the input/output data of theFreeTransactionManager.prepareVerifySignature(SignatureVerificationData)
method for traceable signature verification using the "PSO Verify Signature" command.TransactionManager<T extends TransactionManager<T>> Common API for all legacy SAM transaction managers.UnexpectedCommandStatusException Indicates that an unexpected command status was returned by the card or SAM.WriteTransactionManager<T extends WriteTransactionManager<T>> Transaction manager dedicated to "WRITE" operations.