Uses of Interface
org.eclipse.keypop.calypso.card.transaction.TransactionManager
Packages that use TransactionManager
-
Uses of TransactionManager in org.eclipse.keypop.calypso.card.transaction
Classes in org.eclipse.keypop.calypso.card.transaction with type parameters of type TransactionManagerModifier and TypeInterfaceDescriptioninterface
TransactionManager<T extends TransactionManager<T>>
Contains operations common to all card transactions.Subinterfaces of TransactionManager in org.eclipse.keypop.calypso.card.transactionModifier and TypeInterfaceDescriptioninterface
Manager of card transactions requiring no cryptographic computation.interface
Manager of card transactions secured by symmetric key cryptographic algorithms, adding additional operations available only for "Calypso Prime Extended" products.interface
Manager of card transactions secured by asymmetric key cryptographic algorithms, compatible with Calypso cards in PKI mode.interface
Manager of card transactions secured by symmetric key cryptographic algorithms, compatible with all Calypso products.interface
Contains operations common to all card transactions secured by "symmetric" key cryptographic algorithms.interface
SecureTransactionManager<T extends SecureTransactionManager<T>>
Contains operations common to all card transactions secured by cryptographic algorithms.