public enum EDBEncryptionAlgorithm extends Enum<EDBEncryptionAlgorithm> implements INamedUiElement
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
String |
getName() |
String |
getPasswordRegEx() |
static EDBEncryptionAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDBEncryptionAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDBEncryptionAlgorithm PBE_WITH_MD2_AND_DES
public static final EDBEncryptionAlgorithm PBE_WITH_MD2_AND_RC2
public static final EDBEncryptionAlgorithm PBE_WITH_MD5_AND_DES
public static final EDBEncryptionAlgorithm PBE_WITH_MD5_AND_RC2
public static final EDBEncryptionAlgorithm PBE_WITH_SHA1_AND_DES
public static final EDBEncryptionAlgorithm PBE_WITH_SHA1_AND_RC2
public static final EDBEncryptionAlgorithm PBE_WITH_SHA_AND_2_KEYTRIPLEDES_CBC
public static final EDBEncryptionAlgorithm PBE_WITH_SHA_AND_3_KEYTRIPLEDES_CBC
public static final EDBEncryptionAlgorithm PBE_WITH_SHA_AND_128BITRC2_CBC
public static final EDBEncryptionAlgorithm PBE_WITH_SHA_AND_40BITRC2_CBC
public static final EDBEncryptionAlgorithm PBE_WITH_SHA_AND_128BITRC4
public static final EDBEncryptionAlgorithm PBE_WITH_SHA_AND_40BITRC4
public static final EDBEncryptionAlgorithm PBE_WITH_SHA_AND_TWOFISH_CBC
public static final EDBEncryptionAlgorithm PBE_WITH_SHA_AND_IDEA_CBC
public static EDBEncryptionAlgorithm[] values()
for (EDBEncryptionAlgorithm c : EDBEncryptionAlgorithm.values()) System.out.println(c);
public static EDBEncryptionAlgorithm 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 String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
public String getPasswordRegEx()
public String getName()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.