public class Pbkdf2 extends PbeAccess
| Modifier and Type | Field and Description |
|---|---|
(package private) static SymmetricCryptorConfigAes |
CRYPTOR_CONFIG_AES |
| Constructor and Description |
|---|
Pbkdf2(String keyAlgorithm,
int keyLength)
The constructor.
|
Pbkdf2(String keyAlgorithm,
int keyLength,
SymmetricCryptorConfig cryptorConfig)
The constructor.
|
Pbkdf2(SymmetricKeyConfigPbe keyConfig)
The constructor.
|
Pbkdf2(SymmetricKeyConfigPbe keyConfig,
SymmetricCryptorConfig cryptorConfig)
The constructor.
|
getCryptorConfig, getKeyConfig, getKeyLength, newDecryptor, newDecryptorUnsafe, newEncryptor, newEncryptorUnsafe, newKeyCreatorstatic final SymmetricCryptorConfigAes CRYPTOR_CONFIG_AES
Pbkdf2(SymmetricKeyConfigPbe keyConfig)
keyConfig - the SymmetricKeyConfigPbe.Pbkdf2(SymmetricKeyConfigPbe keyConfig, SymmetricCryptorConfig cryptorConfig)
keyConfig - the SymmetricKeyConfigPbe.cryptorConfig - the SymmetricCryptorConfig.Pbkdf2(String keyAlgorithm, int keyLength)
keyAlgorithm - the key algorithm.keyLength - the key-length.Pbkdf2(String keyAlgorithm, int keyLength, SymmetricCryptorConfig cryptorConfig)
keyAlgorithm - the key algorithm.keyLength - the key-length.cryptorConfig - the SymmetricCryptorConfig.Copyright © 2001–2019 mmm-Team. All rights reserved.