public static class DNSSEC.Digest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static Mnemonic |
algs |
static int |
GOST3411
GOST R 34.11-94, RFC5933.
|
static int |
SHA1
SHA-1, RFC3658.
|
static int |
SHA256
SHA-256, RFC4509.
|
static int |
SHA384
SHA-384, RFC6605.
|
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.
|
public static final int SHA1
public static final int SHA256
public static final int GOST3411
public static final int SHA384
private static final Mnemonic algs
public static java.lang.String string(int alg)
public static int value(java.lang.String s)
s
- The textual representation of the algorithm