Uses of Interface
org.eclipse.keypop.calypso.card.transaction.SecureExtendedModeTransactionManager
-
Packages that use SecureExtendedModeTransactionManager Package Description org.eclipse.keypop.calypso.card Components used in applications to manage Calypso cards.org.eclipse.keypop.calypso.card.transaction Calypso card transaction API. -
-
Uses of SecureExtendedModeTransactionManager in org.eclipse.keypop.calypso.card
Methods in org.eclipse.keypop.calypso.card that return SecureExtendedModeTransactionManager Modifier and Type Method Description SecureExtendedModeTransactionManager
CalypsoCardApiFactory. createSecureExtendedModeTransactionManager(org.eclipse.keypop.reader.CardReader cardReader, CalypsoCard card, SymmetricCryptoSecuritySetting securitySetting)
Returns a new instance ofSecureExtendedModeTransactionManager
. -
Uses of SecureExtendedModeTransactionManager in org.eclipse.keypop.calypso.card.transaction
Methods in org.eclipse.keypop.calypso.card.transaction that return SecureExtendedModeTransactionManager Modifier and Type Method Description SecureExtendedModeTransactionManager
SecureExtendedModeTransactionManager. prepareActivateEncryption()
Requests the encryption of all following commands.SecureExtendedModeTransactionManager
SecureExtendedModeTransactionManager. prepareDeactivateEncryption()
Requests to stop encryption for the following commands.SecureExtendedModeTransactionManager
SecureExtendedModeTransactionManager. prepareEarlyMutualAuthentication()
Requests to mutually authenticate the card and the terminal before the secure session is closed.
-