Uses of Interface
org.eclipse.keypop.calypso.card.transaction.SecureSymmetricCryptoTransactionManager
-
Packages that use SecureSymmetricCryptoTransactionManager Package Description org.eclipse.keypop.calypso.card.transaction Calypso card transaction API. -
-
Uses of SecureSymmetricCryptoTransactionManager in org.eclipse.keypop.calypso.card.transaction
Classes in org.eclipse.keypop.calypso.card.transaction with type parameters of type SecureSymmetricCryptoTransactionManager Modifier and Type Interface Description interfaceSecureSymmetricCryptoTransactionManager<T extends SecureSymmetricCryptoTransactionManager<T>>Contains operations common to all card transactions secured by "symmetric" key cryptographic algorithms.Subinterfaces of SecureSymmetricCryptoTransactionManager in org.eclipse.keypop.calypso.card.transaction Modifier and Type Interface Description interfaceSecureExtendedModeTransactionManagerManager of card transactions secured by symmetric key cryptographic algorithms, adding additional operations available only for "Calypso Prime Extended" products.interfaceSecureRegularModeTransactionManagerManager of card transactions secured by symmetric key cryptographic algorithms, compatible with all Calypso products.
-