Uses of Class
org.eclipse.keypop.calypso.crypto.legacysam.transaction.SamTraceabilityMode
-
Packages that use SamTraceabilityMode Package Description org.eclipse.keypop.calypso.crypto.legacysam.transaction Calypso Legacy SAM transaction API. -
-
Uses of SamTraceabilityMode in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction that return SamTraceabilityMode Modifier and Type Method Description static SamTraceabilityModeSamTraceabilityMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SamTraceabilityMode[]SamTraceabilityMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction with parameters of type SamTraceabilityMode Modifier and Type Method Description TraceableSignatureComputationDataTraceableSignatureComputationData. 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.TraceableSignatureVerificationDataTraceableSignatureVerificationData. 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.
-