Uses of Interface
org.eclipse.keypop.calypso.card.transaction.TransactionManager
-
Packages that use TransactionManager Package Description org.eclipse.keypop.calypso.card.transaction Calypso card transaction API. -
-
Uses of TransactionManager in org.eclipse.keypop.calypso.card.transaction
Classes in org.eclipse.keypop.calypso.card.transaction with type parameters of type TransactionManager Modifier and Type Interface Description interfaceTransactionManager<T extends TransactionManager<T>>Contains operations common to all card transactions.Subinterfaces of TransactionManager in org.eclipse.keypop.calypso.card.transaction Modifier and Type Interface Description interfaceFreeTransactionManagerManager of card transactions requiring no cryptographic computation.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.interfaceSecureSymmetricCryptoTransactionManager<T extends SecureSymmetricCryptoTransactionManager<T>>Contains operations common to all card transactions secured by "symmetric" key cryptographic algorithms.interfaceSecureTransactionManager<T extends SecureTransactionManager<T>>Contains operations common to all card transactions secured by cryptographic algorithms.
-