public static enum DynamicKeyObject.INSTANCES extends Enum<DynamicKeyObject.INSTANCES>
Enum Constant and Description |
---|
AES |
ARCFOUR |
Blowfish |
DES |
DESede |
RC2 |
RC4 |
Modifier and Type | Method and Description |
---|---|
static DynamicKeyObject.INSTANCES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicKeyObject.INSTANCES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicKeyObject.INSTANCES AES
public static final DynamicKeyObject.INSTANCES ARCFOUR
public static final DynamicKeyObject.INSTANCES Blowfish
public static final DynamicKeyObject.INSTANCES DES
public static final DynamicKeyObject.INSTANCES DESede
public static final DynamicKeyObject.INSTANCES RC2
public static final DynamicKeyObject.INSTANCES RC4
public static DynamicKeyObject.INSTANCES[] values()
for (DynamicKeyObject.INSTANCES c : DynamicKeyObject.INSTANCES.values()) System.out.println(c);
public static DynamicKeyObject.INSTANCES 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 © 2009–2020 Waarp. All rights reserved.