Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.sam.LegacySam
Package
Description
Components used in applications to manage Calypso Legacy SAMs.
Calypso Legacy SAM transaction API.
-
Uses of LegacySam in org.eclipse.keypop.calypso.crypto.legacysam
Modifier and TypeMethodDescriptionLegacySamApiFactory.createAsyncTransactionExecutorManager
(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam, String samCommands) Returns a new instance ofAsyncTransactionExecutorManager
.LegacySamApiFactory.createFreeTransactionManager
(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam) Returns a new instance ofFreeTransactionManager
.org.eclipse.keypop.calypso.card.transaction.spi.SymmetricCryptoCardTransactionManagerFactory
LegacySamApiFactory.createSymmetricCryptoCardTransactionManagerFactory
(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam) Returns a new instance ofSymmetricCryptoCardTransactionManagerFactory
to be used to secure a card transaction. -
Uses of LegacySam in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Modifier and TypeMethodDescriptionSecuritySetting.setControlSamResource
(org.eclipse.keypop.reader.CardReader samReader, LegacySam controlSam) Sets the control SAM and the reader through which it can be accessed.