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