Uses of Enum Class
org.eclipse.keypop.calypso.card.WriteAccessLevel
Package
Description
Components used in applications to manage Calypso cards.
Calypso card data structures and selection API.
Calypso card transaction API.
-
Uses of WriteAccessLevel in org.eclipse.keypop.calypso.card
Modifier and TypeMethodDescriptionstatic WriteAccessLevel
Returns the enum constant of this class with the specified name.static WriteAccessLevel[]
WriteAccessLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WriteAccessLevel in org.eclipse.keypop.calypso.card.card
Modifier and TypeMethodDescriptionbyte
DirectoryHeader.getKif
(WriteAccessLevel writeAccessLevel) Gets the KIF associated to the provided write access level.byte
DirectoryHeader.getKvc
(WriteAccessLevel writeAccessLevel) Gets the KVC associated to the provided write access level.CalypsoCardSelectionExtension.preparePreOpenSecureSession
(WriteAccessLevel writeAccessLevel) Adds a specific "Open Secure Session" command to attempt a secure session pre-opening. -
Uses of WriteAccessLevel in org.eclipse.keypop.calypso.card.transaction
Modifier and TypeMethodDescriptionSymmetricCryptoSecuritySetting.assignDefaultKif
(WriteAccessLevel writeAccessLevel, byte kif) Defines for a given write access level the default KIF value to use when it could not be determined by any other means.SymmetricCryptoSecuritySetting.assignDefaultKvc
(WriteAccessLevel writeAccessLevel, byte kvc) Defines for a given write access level the KVC value to use for cards that do not provide KVC.SymmetricCryptoSecuritySetting.assignKif
(WriteAccessLevel writeAccessLevel, byte kvc, byte kif) Defines for a given write access level the KIF value to use for cards that only provide KVC.SecureSymmetricCryptoTransactionManager.prepareOpenSecureSession
(WriteAccessLevel writeAccessLevel) Schedules the execution of an "Open Secure Session" command.