Uses of Class
com.github.javakeyring.KeyringStorageType
-
Packages that use KeyringStorageType Package Description com.github.javakeyring com.github.javakeyring.internal -
-
Uses of KeyringStorageType in com.github.javakeyring
Methods in com.github.javakeyring that return KeyringStorageType Modifier and Type Method Description KeyringStorageTypeKeyring. getKeyringStorageType()static KeyringStorageTypeKeyringStorageType. getLabelForBackend(Class<? extends KeyringBackend> backendClass)static KeyringStorageTypeKeyringStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyringStorageType[]KeyringStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javakeyring with parameters of type KeyringStorageType Modifier and Type Method Description static 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 KeyringStorageType Modifier and Type Method Description static KeyringBackendKeyringBackendFactory. create(KeyringStorageType preferred)Creates an instance of KeyringBackend.
-