public enum EKeyStoreLoadError extends Enum<EKeyStoreLoadError> implements com.helger.commons.id.IHasID<String>, com.helger.commons.text.display.IHasDisplayTextWithArgs
KeyStoreHelper| Enum Constant and Description |
|---|
KEY_INVALID_ALIAS
Alias does not exist.
|
KEY_INVALID_PASSWORD
Invalid password for the key.
|
KEY_INVALID_TYPE
Key is not of expected type.
|
KEY_LOAD_ERROR
Generic error loading the key.
|
KEY_NO_ALIAS
No alias specified.
|
KEY_NO_PASSWORD
No password specified.
|
KEYSTORE_INVALID_PASSWORD
Invalid key store password.
|
KEYSTORE_LOAD_ERROR_FORMAT_ERROR
Invalid password or generic error.
|
KEYSTORE_LOAD_ERROR_NON_EXISTING
Key store not existing.
|
KEYSTORE_NO_PATH
No key store path provided.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(Locale aContentLocale) |
String |
getID() |
static EKeyStoreLoadError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EKeyStoreLoadError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final EKeyStoreLoadError KEYSTORE_NO_PATH
public static final EKeyStoreLoadError KEYSTORE_LOAD_ERROR_NON_EXISTING
public static final EKeyStoreLoadError KEYSTORE_INVALID_PASSWORD
public static final EKeyStoreLoadError KEYSTORE_LOAD_ERROR_FORMAT_ERROR
public static final EKeyStoreLoadError KEY_NO_ALIAS
public static final EKeyStoreLoadError KEY_NO_PASSWORD
public static final EKeyStoreLoadError KEY_INVALID_ALIAS
public static final EKeyStoreLoadError KEY_INVALID_TYPE
public static final EKeyStoreLoadError KEY_INVALID_PASSWORD
public static final EKeyStoreLoadError KEY_LOAD_ERROR
public static EKeyStoreLoadError[] values()
for (EKeyStoreLoadError c : EKeyStoreLoadError.values()) System.out.println(c);
public static EKeyStoreLoadError 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>Copyright © 2016–2019 Philip Helger. All rights reserved.