Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.SignatureComputationData
Packages that use SignatureComputationData
Package
Description
Calypso Legacy SAM transaction API.
-
Uses of SignatureComputationData in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Classes in org.eclipse.keypop.calypso.crypto.legacysam.transaction with type parameters of type SignatureComputationDataModifier and TypeInterfaceDescriptioninterfaceSignatureComputationData<T extends SignatureComputationData<T>>Contains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)method for common signature computation modes.Subinterfaces of SignatureComputationData in org.eclipse.keypop.calypso.crypto.legacysam.transactionModifier and TypeInterfaceDescriptioninterfaceContains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)method for basic signature computation using the "Data Cipher" command.interfaceContains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)method for traceable signature computation using the "PSO Compute Signature" command.Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction with parameters of type SignatureComputationDataModifier 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.