public class DigestAlgorithm
extends java.lang.Object
Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).
| Modifier and Type | Field and Description |
|---|---|
static int |
MD5
Deprecated.
|
static int |
NULL
Deprecated.
|
static int |
SHA
Deprecated.
|
static int |
SHA256
Deprecated.
|
static int |
SHA384
Deprecated.
|
static int |
SHA512
Deprecated.
|
| Constructor and Description |
|---|
DigestAlgorithm()
Deprecated.
|
public static final int NULL
public static final int MD5
public static final int SHA
public static final int SHA256
public static final int SHA384
public static final int SHA512