Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.FreeTransactionManager
Packages that use 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
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return FreeTransactionManagerModifier 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
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction that return FreeTransactionManagerModifier and TypeMethodDescriptionFreeTransactionManager.prepareComputeCardCertificate(LegacyCardCertificateComputationData 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.preparePlainWriteLock(byte lockIndex, byte lockParameters, byte[] lockValue) Schedules the execution of a "Write Key" command to set the lock file of the SAM.FreeTransactionManager.prepareVerifySignature(SignatureVerificationData<?> data) Schedules the execution of a "Data Cipher" or "PSO Verify Signature" command.