public static enum EncryptionHeader.HashAlgorithm extends java.lang.Enum<EncryptionHeader.HashAlgorithm>
| Modifier and Type | Field and Description |
|---|---|
private int |
_algId |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlgId() |
static EncryptionHeader.HashAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionHeader.HashAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptionHeader.HashAlgorithm EXTERNAL
public static final EncryptionHeader.HashAlgorithm SHA1
public static EncryptionHeader.HashAlgorithm[] values()
for (EncryptionHeader.HashAlgorithm c : EncryptionHeader.HashAlgorithm.values()) System.out.println(c);
public static EncryptionHeader.HashAlgorithm 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 int getAlgId()