public class Pbkdf2WithHmacSha224 extends Pbkdf2
| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_PBKDF2_WITH_HMAC_SHA224
The
algorithm name "PBKDF2WithHmacSHA224". |
CRYPTOR_CONFIG_AES| Constructor and Description |
|---|
Pbkdf2WithHmacSha224(int keyLength)
The constructor.
|
Pbkdf2WithHmacSha224(int keyLength,
SymmetricCryptorConfig cryptorConfig)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Pbkdf2WithHmacSha224 |
of(int keyLength) |
static Pbkdf2WithHmacSha224 |
of256() |
getCryptorConfig, getKeyConfig, getKeyLength, newDecryptor, newDecryptorUnsafe, newEncryptor, newEncryptorUnsafe, newKeyCreatorpublic static final String ALGORITHM_PBKDF2_WITH_HMAC_SHA224
algorithm name "PBKDF2WithHmacSHA224".public Pbkdf2WithHmacSha224(int keyLength,
SymmetricCryptorConfig cryptorConfig)
keyLength - the key length.cryptorConfig - the SymmetricCryptorConfig.public Pbkdf2WithHmacSha224(int keyLength)
keyLength - the key length.public static Pbkdf2WithHmacSha224 of256()
Pbkdf2WithHmacSha224 with a key length of 256 bit.public static Pbkdf2WithHmacSha224 of(int keyLength)
keyLength - the key length.Pbkdf2WithHmacSha224 with the given key length.Copyright © 2001–2019 mmm-Team. All rights reserved.