@Translatable public enum EKeyStoreLoadErrorText extends Enum<EKeyStoreLoadErrorText> implements com.helger.commons.text.display.IHasDisplayTextWithArgs
| Enum Constant and Description |
|---|
KEY_INVALID_ALIAS |
KEY_INVALID_PASSWORD |
KEY_INVALID_TYPE |
KEY_LOAD_ERROR |
KEY_NO_ALIAS |
KEY_NO_PASSWORD |
KEYSTORE_INVALID_PASSWORD |
KEYSTORE_LOAD_ERROR_FORMAT_ERROR |
KEYSTORE_LOAD_ERROR_NON_EXISTING |
KEYSTORE_NO_PATH |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(Locale aContentLocale) |
static EKeyStoreLoadErrorText |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EKeyStoreLoadErrorText[] |
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 EKeyStoreLoadErrorText KEYSTORE_NO_PATH
public static final EKeyStoreLoadErrorText KEYSTORE_LOAD_ERROR_NON_EXISTING
public static final EKeyStoreLoadErrorText KEYSTORE_INVALID_PASSWORD
public static final EKeyStoreLoadErrorText KEYSTORE_LOAD_ERROR_FORMAT_ERROR
public static final EKeyStoreLoadErrorText KEY_NO_ALIAS
public static final EKeyStoreLoadErrorText KEY_NO_PASSWORD
public static final EKeyStoreLoadErrorText KEY_INVALID_ALIAS
public static final EKeyStoreLoadErrorText KEY_INVALID_TYPE
public static final EKeyStoreLoadErrorText KEY_INVALID_PASSWORD
public static final EKeyStoreLoadErrorText KEY_LOAD_ERROR
public static EKeyStoreLoadErrorText[] values()
for (EKeyStoreLoadErrorText c : EKeyStoreLoadErrorText.values()) System.out.println(c);
public static EKeyStoreLoadErrorText 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 nullCopyright © 2016–2021 Philip Helger. All rights reserved.