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