Uses of Package
org.eclipse.keypop.calypso.crypto.legacysam.transaction
-
Packages that use org.eclipse.keypop.calypso.crypto.legacysam.transaction Package Description org.eclipse.keypop.calypso.crypto.legacysam Components used in applications to manage Calypso Legacy SAMs.org.eclipse.keypop.calypso.crypto.legacysam.transaction Calypso Legacy SAM transaction API. -
Classes in org.eclipse.keypop.calypso.crypto.legacysam.transaction used by org.eclipse.keypop.calypso.crypto.legacysam 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.FreeTransactionManager Transaction manager dedicated to operations performed without control SAM.SecuritySetting Security setting to manage operations of a legacy SAM transaction secured by a control 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. -
Classes in org.eclipse.keypop.calypso.crypto.legacysam.transaction used by org.eclipse.keypop.calypso.crypto.legacysam.transaction Class Description 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 Transaction manager dedicated to "READ" operations.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 Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)
method for common signature computation modes.SignatureVerificationData 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 Common API for all legacy SAM transaction managers.WriteTransactionManager Transaction manager dedicated to "WRITE" operations.