Uses of Enum Class
com.github.javakeyring.KeyringStorageType
Packages that use KeyringStorageType
-
Uses of KeyringStorageType in com.github.javakeyring
Methods in com.github.javakeyring that return KeyringStorageTypeModifier and TypeMethodDescriptionKeyring.getKeyringStorageType()static KeyringStorageTypeKeyringStorageType.getLabelForBackend(Class<? extends KeyringBackend> backendClass) static KeyringStorageTypeReturns the enum constant of this class with the specified name.static KeyringStorageType[]KeyringStorageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.javakeyring with parameters of type KeyringStorageTypeModifier and TypeMethodDescriptionstatic KeyringKeyring.create(KeyringStorageType keyring) Creates an instance of Keyring with specified backend. -
Uses of KeyringStorageType in com.github.javakeyring.internal
Methods in com.github.javakeyring.internal with parameters of type KeyringStorageTypeModifier and TypeMethodDescriptionstatic KeyringBackendKeyringBackendFactory.create(KeyringStorageType preferred) Creates an instance of KeyringBackend.