Uses of Class
org.xwiki.crypto.password.params.KeyDerivationFunctionParameters
-
Packages that use KeyDerivationFunctionParameters Package Description org.xwiki.crypto.password org.xwiki.crypto.password.params -
-
Uses of KeyDerivationFunctionParameters in org.xwiki.crypto.password
Methods in org.xwiki.crypto.password that return KeyDerivationFunctionParameters Modifier and Type Method Description KeyDerivationFunctionParametersKeyDerivationFunction. getParameters()Methods in org.xwiki.crypto.password with parameters of type KeyDerivationFunctionParameters Modifier and Type Method Description byte[]PrivateKeyPasswordBasedEncryptor. encrypt(String algHint, byte[] password, KeyDerivationFunctionParameters kdfParameters, PrivateKeyParameters privateKey)Encrypt a private key in a PKCS #8 format using a random initialization vector.byte[]PrivateKeyPasswordBasedEncryptor. encrypt(String algHint, SymmetricCipherParameters password, KeyDerivationFunctionParameters kdfParameters, PrivateKeyParameters privateKey)Encrypt a private key using a password based cipher in a PKCS #8 format.KeyDerivationFunctionKeyDerivationFunctionFactory. getInstance(KeyDerivationFunctionParameters parameters)Create a new initialized key derivation function from parameters.PasswordBasedCipherPasswordBasedCipherFactory. getInstance(boolean forEncryption, SymmetricCipherParameters password, KeyDerivationFunctionParameters kdfParameters)Create a new initialized password based cipher from parameters. -
Uses of KeyDerivationFunctionParameters in org.xwiki.crypto.password.params
Subclasses of KeyDerivationFunctionParameters in org.xwiki.crypto.password.params Modifier and Type Class Description classPBKDF2ParametersKey derivation function parameters for PBKDF2 functions that use an iteration count and a salt.classScryptParametersKey derivation function parameters for Scrypt functions.
-