Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.TraceableSignatureComputationData
-
Packages that use TraceableSignatureComputationData 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 TraceableSignatureComputationData in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return TraceableSignatureComputationData Modifier and Type Method Description TraceableSignatureComputationData
LegacySamApiFactory. createTraceableSignatureComputationData()
Returns a new instance ofTraceableSignatureComputationData
. -
Uses of TraceableSignatureComputationData in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction that return TraceableSignatureComputationData Modifier and Type Method Description TraceableSignatureComputationData
TraceableSignatureComputationData. withoutBusyMode()
Disables the "Busy" mode.TraceableSignatureComputationData
TraceableSignatureComputationData. 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.
-