Uses of Enum Class
org.eclipse.keypop.calypso.card.WriteAccessLevel
Packages that use 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
Methods in org.eclipse.keypop.calypso.card that return WriteAccessLevelModifier and TypeMethodDescriptionstatic WriteAccessLevelReturns 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
Methods in org.eclipse.keypop.calypso.card.card with parameters of type WriteAccessLevelModifier and TypeMethodDescriptionbyteDirectoryHeader.getKif(WriteAccessLevel writeAccessLevel) Gets the KIF associated to the provided write access level.byteDirectoryHeader.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
Methods in org.eclipse.keypop.calypso.card.transaction with parameters of type WriteAccessLevelModifier 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.