Class | Description |
---|---|
KeyFactory |
SecretKeyFactory implementation for the PBE ciphers (PKCS#5).
|
PBES2Parameters |
This class represents PBES2 parameters in opaque form for the PBES2 password based
encryption scheme according to the PKCS#5 v2.1
Password-Based Cryptography Standard.
|
PBES2ParameterSpec |
This class represents a parameter specification for the PBES2 password based
encryption scheme according to the PKCS#5 v2.1
Password-Based Cryptography Standard.
|
PBKDF2 |
This class implements a KeyGenerator for the PBKDF2 (password-based-key-derivation-function-2)
specified by the PKCS#5 v2.1
Password-Based Cryptography Standard to derive a key from a password.
|
PBKDF2.PBKDF2WithHmacSHA1 |
PBKDF2 key derivation function using HmacSHA1 as pseudo random function.
|
PBKDF2.PBKDF2WithHmacSHA224 |
PBKDF2 key derivation function using HmacSHA224 as pseudo random function.
|
PBKDF2.PBKDF2WithHmacSHA256 |
PBKDF2 key derivation function using HmacSHA256 as pseudo random function.
|
PBKDF2.PBKDF2WithHmacSHA384 |
PBKDF2 key derivation function using HmacSHA384 as pseudo random function.
|
PBKDF2.PBKDF2WithHmacSHA512 |
PBKDF2 key derivation function using HmacSHA512 as pseudo random function.
|
PBKDF2KeyAndParameterSpec |
This class is simply a combination of PBKDF2 param spec and
password since both are needed when deriving a key from a
password.
|
PBKDF2Parameters |
This class represents PBKDF2 parameters in opaque form for the PBKDF2 key derivation
function according to the PKCS#5 v2.1.
|
PBKDF2ParameterSpec |
This class represents a parameter specification for the PBKDF2 key derivation
function according to the PKCS#5 v2.1.
|