Uses of Interface
org.calypsonet.terminal.calypso.transaction.TraceableSignatureVerificationData
-
Packages that use TraceableSignatureVerificationData Package Description org.calypsonet.terminal.calypso.transaction Calypso card transaction API. -
-
Uses of TraceableSignatureVerificationData in org.calypsonet.terminal.calypso.transaction
Methods in org.calypsonet.terminal.calypso.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, boolean isPartialSamSerialNumber, boolean checkSamRevocationStatus)
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.
-