Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.FreeTransactionManager
-
Packages that use FreeTransactionManager 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 FreeTransactionManager in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return FreeTransactionManager Modifier and Type Method Description FreeTransactionManager
LegacySamApiFactory. createFreeTransactionManager(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam)
Returns a new instance ofFreeTransactionManager
. -
Uses of FreeTransactionManager in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction that return FreeTransactionManager Modifier and Type Method Description FreeTransactionManager
FreeTransactionManager. prepareComputeSignature(SignatureComputationData<?> data)
Schedules the execution of a "Data Cipher" or "PSO Compute Signature" command.FreeTransactionManager
FreeTransactionManager. prepareVerifySignature(SignatureVerificationData<?> data)
Schedules the execution of a "Data Cipher" or "PSO Verify Signature" command.
-