Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.CardTransactionLegacySamExtension
-
Packages that use CardTransactionLegacySamExtension Package Description org.eclipse.keypop.calypso.crypto.legacysam.transaction Calypso Legacy SAM transaction API. -
-
Uses of CardTransactionLegacySamExtension in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction that return CardTransactionLegacySamExtension Modifier and Type Method Description CardTransactionLegacySamExtension
CardTransactionLegacySamExtension. prepareComputeSignature(SignatureComputationData<?> data)
Schedules the execution of a "Data Cipher" or "PSO Compute Signature" command.CardTransactionLegacySamExtension
CardTransactionLegacySamExtension. prepareVerifySignature(SignatureVerificationData<?> data)
Schedules the execution of a "Data Cipher" or "PSO Verify Signature" command.
-