public static enum KdbxHeader.ProtectedStreamAlgorithm extends Enum<KdbxHeader.ProtectedStreamAlgorithm>
StreamFormat,
KdbxStreamFormat| Modifier and Type | Method and Description |
|---|---|
static KdbxHeader.ProtectedStreamAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KdbxHeader.ProtectedStreamAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KdbxHeader.ProtectedStreamAlgorithm NONE
public static final KdbxHeader.ProtectedStreamAlgorithm ARC_FOUR
public static final KdbxHeader.ProtectedStreamAlgorithm SALSA_20
public static KdbxHeader.ProtectedStreamAlgorithm[] values()
for (KdbxHeader.ProtectedStreamAlgorithm c : KdbxHeader.ProtectedStreamAlgorithm.values()) System.out.println(c);
public static KdbxHeader.ProtectedStreamAlgorithm 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 © 2016. All rights reserved.