Uses of Interface
org.eclipse.keypop.calypso.card.transaction.SecureExtendedModeTransactionManager
Package
Description
Components used in applications to manage Calypso cards.
Calypso card transaction API.
-
Uses of SecureExtendedModeTransactionManager in org.eclipse.keypop.calypso.card
Modifier and TypeMethodDescriptionCalypsoCardApiFactory.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
Modifier and TypeMethodDescriptionSecureExtendedModeTransactionManager.prepareActivateEncryption()
Requests the encryption of all following commands.SecureExtendedModeTransactionManager.prepareDeactivateEncryption()
Requests to stop encryption for the following commands.SecureExtendedModeTransactionManager.prepareEarlyMutualAuthentication()
Requests to mutually authenticate the card and the terminal before the secure session is closed.