Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.FreeTransactionManager
Package
Description
Components used in applications to manage Calypso Legacy SAMs.
Calypso Legacy SAM transaction API.
-
Uses of FreeTransactionManager in org.eclipse.keypop.calypso.crypto.legacysam
Modifier and TypeMethodDescriptionLegacySamApiFactory.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
Modifier and TypeMethodDescriptionFreeTransactionManager.prepareComputeCardCertificate
(CardCertificateComputationData data) Schedules the execution of a "PSO Compute Certificate" command.FreeTransactionManager.prepareComputeSignature
(SignatureComputationData<?> data) Schedules the execution of a "Data Cipher" or "PSO Compute Signature" command.FreeTransactionManager.prepareGenerateCardAsymmetricKeyPair
(KeyPairContainer keyPairContainer) Schedules the execution of "Card Generate Asymmetric Key Pair" command.FreeTransactionManager.prepareGetData
(GetDataTag tag) Schedules the execution of a "Get Data" command for the specified tag.FreeTransactionManager.prepareVerifySignature
(SignatureVerificationData<?> data) Schedules the execution of a "Data Cipher" or "PSO Verify Signature" command.