Uses of Class
org.eclipse.keypop.calypso.card.WriteAccessLevel
-
Packages that use WriteAccessLevel Package Description org.eclipse.keypop.calypso.card Components used in applications to manage Calypso cards.org.eclipse.keypop.calypso.card.card Calypso card data structures and selection API.org.eclipse.keypop.calypso.card.transaction Calypso card transaction API. -
-
Uses of WriteAccessLevel in org.eclipse.keypop.calypso.card
Methods in org.eclipse.keypop.calypso.card that return WriteAccessLevel Modifier and Type Method Description static WriteAccessLevel
WriteAccessLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WriteAccessLevel[]
WriteAccessLevel. values()
Returns an array containing the constants of this enum type, 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 WriteAccessLevel Modifier and Type Method Description byte
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
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 WriteAccessLevel Modifier and Type Method Description SymmetricCryptoSecuritySetting
SymmetricCryptoSecuritySetting. 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
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
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.T
SecureSymmetricCryptoTransactionManager. prepareOpenSecureSession(WriteAccessLevel writeAccessLevel)
Schedules the execution of an "Open Secure Session" command.
-