public enum CryptoAlgorithmKeyLengthsType extends java.lang.Enum<CryptoAlgorithmKeyLengthsType>
| Enum Constant and Description |
|---|
CLOSED_RANGE |
FIXED |
MULTI |
NONE |
OPEN_RANGE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static CryptoAlgorithmKeyLengthsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CryptoAlgorithmKeyLengthsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptoAlgorithmKeyLengthsType CLOSED_RANGE
public static final CryptoAlgorithmKeyLengthsType FIXED
public static final CryptoAlgorithmKeyLengthsType MULTI
public static final CryptoAlgorithmKeyLengthsType NONE
public static final CryptoAlgorithmKeyLengthsType OPEN_RANGE
public static CryptoAlgorithmKeyLengthsType[] values()
for (CryptoAlgorithmKeyLengthsType c : CryptoAlgorithmKeyLengthsType.values()) System.out.println(c);
public static CryptoAlgorithmKeyLengthsType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()