Package org.eclipse.keypop.calypso.crypto.legacysam.transaction
Calypso Legacy SAM transaction API.
- Since:
- 0.1.0
-
Interface Summary Interface 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.FreeTransactionManager Transaction manager dedicated to operations performed without control SAM.ReadTransactionManager<T extends ReadTransactionManager<T>> Transaction manager dedicated to "READ" 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.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.WriteTransactionManager<T extends WriteTransactionManager<T>> Transaction manager dedicated to "WRITE" operations. -
Enum Summary Enum Description SamTraceabilityMode The SAM traceability mode to use with traceable signature operations. -
Exception Summary Exception Description 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.ReaderIOException Indicates a communication error with the reader of the card or SAM.SamIOException Indicates a communication error with the SAM (e.g.SamRevokedException Indicates that the SAM is revoked.UnexpectedCommandStatusException Indicates that an unexpected command status was returned by the card or SAM.