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 AsyncTransactionExecutorManager
LegacySamApiFactory. createAsyncTransactionExecutorManager(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam, java.lang.String samCommands)
Returns a new instance ofAsyncTransactionExecutorManager
.FreeTransactionManager
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
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction with parameters of type LegacySam Modifier and Type Method Description SecuritySetting
SecuritySetting. setControlSamResource(org.eclipse.keypop.reader.CardReader samReader, LegacySam controlSam)
Sets the control SAM and the reader through which it can be accessed.
-