Uses of Interface
org.calypsonet.terminal.calypso.transaction.CommonSecuritySetting
-
Packages that use CommonSecuritySetting Package Description org.calypsonet.terminal.calypso.transaction Calypso card transaction API. -
-
Uses of CommonSecuritySetting in org.calypsonet.terminal.calypso.transaction
Classes in org.calypsonet.terminal.calypso.transaction with type parameters of type CommonSecuritySetting Modifier and Type Interface Description interface
CommonSecuritySetting<S extends CommonSecuritySetting<S>>
Common data to manage the security operations of a Calypso transaction.interface
CommonTransactionManager<T extends CommonTransactionManager<T,S>,S extends CommonSecuritySetting<S>>
Common service providing the high-level API to manage transactions with a Calypso card or SAM.Subinterfaces of CommonSecuritySetting in org.calypsonet.terminal.calypso.transaction Modifier and Type Interface Description interface
CardSecuritySetting
Data to manage the security operations of a Calypso card transaction.interface
SamSecuritySetting
Deprecated.Will be soon removed.
-