public static enum Type0RaesParameters.KeyStrength extends Enum<Type0RaesParameters.KeyStrength>
| Enum Constant and Description |
|---|
BITS_128
Enum identifier for a 128 bit ciphering key.
|
BITS_192
Enum identifier for a 192 bit ciphering key.
|
BITS_256
Enum identifier for a 256 bit ciphering key.
|
| Modifier and Type | Method and Description |
|---|---|
static Type0RaesParameters.KeyStrength |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type0RaesParameters.KeyStrength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type0RaesParameters.KeyStrength BITS_128
public static final Type0RaesParameters.KeyStrength BITS_192
public static final Type0RaesParameters.KeyStrength BITS_256
public static Type0RaesParameters.KeyStrength[] values()
for (Type0RaesParameters.KeyStrength c : Type0RaesParameters.KeyStrength.values()) System.out.println(c);
public static Type0RaesParameters.KeyStrength 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 © 2005-2011 Schlichtherle IT Services. All Rights Reserved.