Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.sam.LegacySam
-
Packages that use LegacySam 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 LegacySam in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam with parameters of type LegacySam Modifier and Type Method Description AsyncTransactionExecutorManagerLegacySamApiFactory. createAsyncTransactionExecutorManager(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam, java.lang.String samCommands)Returns a new instance ofAsyncTransactionExecutorManager.FreeTransactionManagerLegacySamApiFactory. createFreeTransactionManager(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam)Returns a new instance ofFreeTransactionManager.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 LegacySam Modifier and Type Method Description SecuritySettingSecuritySetting. setControlSamResource(org.eclipse.keypop.reader.CardReader samReader, LegacySam controlSam)Sets the control SAM and the reader through which it can be accessed.
-