Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.SignatureComputationData
-
Packages that use SignatureComputationData Package Description org.eclipse.keypop.calypso.crypto.legacysam.transaction 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 SignatureComputationData Modifier and Type Interface Description interfaceSignatureComputationData<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.transaction Modifier and Type Interface Description interfaceBasicSignatureComputationDataContains the input/output data of theFreeTransactionManager.prepareComputeSignature(SignatureComputationData)method for basic signature computation using the "Data Cipher" command.interfaceTraceableSignatureComputationDataContains 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 SignatureComputationData Modifier and Type Method Description CardTransactionLegacySamExtensionCardTransactionLegacySamExtension. prepareComputeSignature(SignatureComputationData<?> data)Schedules the execution of a "Data Cipher" or "PSO Compute Signature" command.FreeTransactionManagerFreeTransactionManager. prepareComputeSignature(SignatureComputationData<?> data)Schedules the execution of a "Data Cipher" or "PSO Compute Signature" command.
-