Uses of Enum Class
org.eclipse.keypop.calypso.crypto.legacysam.transaction.SamTraceabilityMode
Package
Description
Calypso Legacy SAM transaction API.
-
Uses of SamTraceabilityMode in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Modifier and TypeMethodDescriptionstatic SamTraceabilityMode
Returns the enum constant of this class with the specified name.static SamTraceabilityMode[]
SamTraceabilityMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTraceableSignatureComputationData.withSamTraceabilityMode
(int offset, SamTraceabilityMode samTraceabilityMode) Enables the "SAM traceability" mode to securely record in the data to sign the SAM serial number and the value of the counter associated with the signing key.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.