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 SecureExtendedModeTransactionManagerCalypsoCardApiFactory. 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 SecureExtendedModeTransactionManagerSecureExtendedModeTransactionManager. prepareActivateEncryption()Requests the encryption of all following commands.SecureExtendedModeTransactionManagerSecureExtendedModeTransactionManager. prepareDeactivateEncryption()Requests to stop encryption for the following commands.SecureExtendedModeTransactionManagerSecureExtendedModeTransactionManager. prepareEarlyMutualAuthentication()Requests to mutually authenticate the card and the terminal before the secure session is closed.
-