public enum Keyrings extends Enum<Keyrings>
| Enum Constant and Description |
|---|
GNOMEKeyring |
OSXKeychain |
UnencryptedMemory |
WindowsDPAPI |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends KeyringBackend> |
getSupportingClass() |
static Keyrings |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Keyrings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Keyrings OSXKeychain
public static final Keyrings GNOMEKeyring
public static final Keyrings WindowsDPAPI
public static final Keyrings UnencryptedMemory
public static Keyrings[] values()
for (Keyrings c : Keyrings.values()) System.out.println(c);
public static Keyrings valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Class<? extends KeyringBackend> getSupportingClass()
Copyright © 2019 Java Keyring. All rights reserved.