Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.SignatureComputationData
Package
Description
Calypso Legacy SAM transaction API.
-
Uses of SignatureComputationData in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Modifier and TypeInterfaceDescriptioninterface
SignatureComputationData<T extends SignatureComputationData<T>>
Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)
method for common signature computation modes.Modifier and TypeInterfaceDescriptioninterface
Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)
method for basic signature computation using the "Data Cipher" command.interface
Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)
method for traceable signature computation using the "PSO Compute Signature" command.Modifier and TypeMethodDescriptionCardTransactionLegacySamExtension.prepareComputeSignature
(SignatureComputationData<?> data) Schedules the execution of a "Data Cipher" or "PSO Compute Signature" command.FreeTransactionManager.prepareComputeSignature
(SignatureComputationData<?> data) Schedules the execution of a "Data Cipher" or "PSO Compute Signature" command.