|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Type0RaesParameters.KeyStrength>
de.schlichtherle.truezip.crypto.raes.Type0RaesParameters.KeyStrength
public static enum Type0RaesParameters.KeyStrength
Defines the key strength for the AES algorithm.
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Type0RaesParameters.KeyStrength BITS_128
public static final Type0RaesParameters.KeyStrength BITS_192
public static final Type0RaesParameters.KeyStrength BITS_256
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||