Modifier and Type | Field and Description |
---|---|
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 and Type | Method and Description |
---|---|
static String |
string(int alg)
Converts an algorithm into its textual representation
|
static int |
value(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
public static String string(int alg)
public static int value(String s)
s
- The textual representation of the algorithmCopyright © 2023 dnsjava.org. All rights reserved.