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