Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.sam.LegacySam
Packages that use 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
Methods in org.eclipse.keypop.calypso.crypto.legacysam with parameters of type LegacySamModifier 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.LegacySamApiFactory.createSecureWriteTransactionManager(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam, SecuritySetting securitySetting) Returns a new instance ofSecureWriteTransactionManager.org.eclipse.keypop.calypso.card.transaction.spi.SymmetricCryptoCardTransactionManagerFactoryLegacySamApiFactory.createSymmetricCryptoCardTransactionManagerFactory(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam) Returns a new instance ofSymmetricCryptoCardTransactionManagerFactoryto be used to secure a card transaction. -
Uses of LegacySam in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction with parameters of type LegacySamModifier and TypeMethodDescriptionSecuritySetting.setControlSamResource(org.eclipse.keypop.reader.CardReader samReader, LegacySam controlSam) Sets the control SAM and the reader through which it can be accessed.