Package org.xwiki.crypto.password
-
Interface Summary 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 Summary Class Description PasswordToByteConverter Helper class to convert password/passphrase to bytes arrays. -
Enum Summary Enum Description PasswordToByteConverter.ToBytesMode Conversion mode of password from String to byte array.