Interface | Description |
---|---|
KeyDerivationFunction |
Key derivation function from password interface.
|
KeyDerivationFunctionFactory |
Factory for Key Derivation Function.
|
PasswordBasedCipher |
Password based cipher.
|
PasswordBasedCipherFactory |
Factory creating block ciphers for encryption and decryption that use a password to derive their keys
(and initialization vector when that one is not provided).
|
PrivateKeyPasswordBasedEncryptor |
Manage encryption of private keys using password based ciphers as defined in PKCS #8.
|
Class | Description |
---|---|
PasswordToByteConverter |
Helper class to convert password/passphrase to bytes arrays.
|
Enum | Description |
---|---|
PasswordToByteConverter.ToBytesMode |
Conversion mode of password from String to byte array.
|
Copyright © 2004–2022 XWiki. All rights reserved.