T - the type of the algorithm.public final class Algorithm<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static Algorithm<MAC> |
HMAC_KECCAK224
The HMAC-Keccak-224 MAC algorithm.
|
static Algorithm<MAC> |
HMAC_KECCAK256
The HMAC-Keccak-256 MAC algorithm.
|
static Algorithm<MAC> |
HMAC_KECCAK384
The HMAC-Keccak-384 MAC algorithm.
|
static Algorithm<MAC> |
HMAC_KECCAK512
The HMAC-Keccak-512 MAC algorithm.
|
static Algorithm<MAC> |
HMAC_MD2
The HMAC-MD2 MAC algorithm.
|
static Algorithm<MAC> |
HMAC_MD4
The HMAC-MD4 MAC algorithm.
|
static Algorithm<MAC> |
HMAC_MD5
The HMAC-MD5 MAC algorithm.
|
static Algorithm<MAC> |
HMAC_SHA1
The HMAC-SHA1 MAC algorithm.
|
static Algorithm<MAC> |
HMAC_SHA256
The HMAC-SHA-256 MAC algorithm.
|
static Algorithm<MAC> |
HMAC_SHA512
The HMAC-SHA-512 MAC algorithm.
|
static Algorithm<Digest> |
KECCAK224
The Keccak-224 digest algorithm.
|
static Algorithm<Digest> |
KECCAK256
The Keccak-256 digest algorithm.
|
static Algorithm<Digest> |
KECCAK384
The Keccak-384 digest algorithm.
|
static Algorithm<Digest> |
KECCAK512
The Keccak-512 digest algorithm.
|
static Algorithm<Digest> |
MD2
The MD2 digest algorithm.
|
static Algorithm<Digest> |
MD4
The MD4 digest algorithm.
|
static Algorithm<Digest> |
MD5
The MD5 digest algorithm.
|
static Algorithm<Digest> |
SHA1
The SHA1 digest algorithm.
|
static Algorithm<Digest> |
SHA256
The SHA-256 digest algorithm.
|
static Algorithm<Digest> |
SHA512
The SHA-512 digest algorithm.
|
Copyright © 2012–2015. All rights reserved.