public static class NSEC3Record.Digest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static Mnemonic |
digests |
static int |
SHA1
SHA-1
|
Modifier | Constructor and Description |
---|---|
private |
Digest() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
string(int alg)
Converts an algorithm into its textual representation
|
static int |
value(java.lang.String s)
Converts a textual representation of an algorithm into its numeric code.
|
private static final Mnemonic digests
public static final int SHA1
public static java.lang.String string(int alg)
public static int value(java.lang.String s)
s
- The textual representation of the algorithm