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