Package org.eclipse.keypop.calypso.crypto.legacysam.transaction
package org.eclipse.keypop.calypso.crypto.legacysam.transaction
Calypso Legacy SAM transaction API.
- Since:
- 0.1.0
-
ClassDescriptionTransaction manager dedicated to operations performed asynchronously.Transaction manager dedicated to execute commands prepared asynchronously using
AsyncTransactionCreatorManager.exportCommands()
.Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)
method for basic signature computation using the "Data Cipher" command.Contains the input/output data of theFreeTransactionManager.prepareVerifySignature(SignatureVerificationData)
method for basic signature verification using the "Data Cipher" command.Contains the input/output data of theFreeTransactionManager.prepareComputeCardCertificate(CardCertificateComputationData)
method.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.Transaction manager dedicated to operations performed without control SAM.Indicates the detection of inconsistent data related to one of the following cases: A de-synchronization of the APDU exchanges.Indicates that a signature is invalid.Contains the input/output data of theFreeTransactionManager.prepareGenerateCardAsymmetricKeyPair(KeyPairContainer)
method.Indicates a communication error with the reader of the card or SAM.ReadTransactionManager<T extends ReadTransactionManager<T>>Transaction manager dedicated to "READ" operations.Indicates a communication error with the SAM (e.g.Indicates that the SAM is revoked.The SAM traceability mode to use with traceable signature operations.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.Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)
method for traceable signature computation using the "PSO Compute Signature" command.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.Indicates that an unexpected command status was returned by the card or SAM.WriteTransactionManager<T extends WriteTransactionManager<T>>Transaction manager dedicated to "WRITE" operations.