Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.TraceableSignatureVerificationData
-
Packages that use TraceableSignatureVerificationData Package Description org.eclipse.keypop.calypso.crypto.legacysam Components used in applications to manage Calypso Legacy SAMs.org.eclipse.keypop.calypso.crypto.legacysam.transaction 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 TraceableSignatureVerificationData Modifier and Type Method Description TraceableSignatureVerificationData
LegacySamApiFactory. 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 TraceableSignatureVerificationData Modifier and Type Method Description TraceableSignatureVerificationData
TraceableSignatureVerificationData. withoutBusyMode()
Indicates that the signature has been computed in non "Busy" mode.TraceableSignatureVerificationData
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.
-