Uses of Enum Class
org.eclipse.keyple.core.plugin.storagecard.internal.KeyStorageType
Packages that use KeyStorageType
Package
Description
Contains internal interfaces for data exchange between plugin and APDU interpreter.
-
Uses of KeyStorageType in org.eclipse.keyple.core.plugin.storagecard.internal
Methods in org.eclipse.keyple.core.plugin.storagecard.internal that return KeyStorageTypeModifier and TypeMethodDescriptionstatic KeyStorageTypeReturns the enum constant of this class with the specified name.static KeyStorageType[]KeyStorageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.keyple.core.plugin.storagecard.internal with parameters of type KeyStorageTypeModifier and TypeMethodDescriptionvoidCommandProcessorApi.loadKey(KeyStorageType keyStorageType, int keyNumber, byte[] key) Loads a card-specific authentication key into the reader's memory.