public class MACAlgorithm
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 |
_null
Deprecated.
|
static int |
hmac_md5
Deprecated.
|
static int |
hmac_sha1
Deprecated.
|
static int |
hmac_sha256
Deprecated.
|
static int |
hmac_sha384
Deprecated.
|
static int |
hmac_sha512
Deprecated.
|
static int |
md5
Deprecated.
|
static int |
sha
Deprecated.
|
Constructor and Description |
---|
MACAlgorithm()
Deprecated.
|
public static final int _null
public static final int md5
public static final int sha
public static final int hmac_md5
public static final int hmac_sha1
public static final int hmac_sha256
public static final int hmac_sha384
public static final int hmac_sha512