Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.TraceableSignatureVerificationData
Packages that use TraceableSignatureVerificationData
Package
Description
Components used in applications to manage Calypso Legacy SAMs.
Calypso Legacy SAM transaction API.
-
Uses of TraceableSignatureVerificationData in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return TraceableSignatureVerificationDataModifier and TypeMethodDescriptionLegacySamApiFactory.createTraceableSignatureVerificationData()
Returns a new instance ofTraceableSignatureVerificationData
. -
Uses of TraceableSignatureVerificationData in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction that return TraceableSignatureVerificationDataModifier and TypeMethodDescriptionTraceableSignatureVerificationData.withoutBusyMode()
Indicates that the signature has been computed in non "Busy" mode.TraceableSignatureVerificationData.withSamTraceabilityMode
(int offset, SamTraceabilityMode samTraceabilityMode, LegacySamRevocationServiceSpi samRevocationService) Indicates that the signature has been computed in "SAM traceability" mode and therefore whether the revocation status of the signing SAM should be checked or not.