Class | Description |
---|---|
KeyFactory |
SecretKeyFactory implementation for the PBE ciphers (PKCS#5).
|
KeyFactory.PBES2KeyFactory |
PBES2 KeyFactory.
|
KeyFactory.PBEWithHmacSHA1AndAES128KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA1AndAES_128.
|
KeyFactory.PBEWithHmacSHA1AndAES256KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA1AndAES_256.
|
KeyFactory.PBEWithHmacSHA1AndDESedeKeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA1AndDESede.
|
KeyFactory.PBEWithHmacSHA224AndAES128KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA224AndAES_128.
|
KeyFactory.PBEWithHmacSHA224AndAES256KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA224AndAES_256.
|
KeyFactory.PBEWithHmacSHA256AndAES128KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA256AndAES_128.
|
KeyFactory.PBEWithHmacSHA256AndAES256KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA256AndAES_256.
|
KeyFactory.PBEWithHmacSHA384AndAES128KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA384AndAES_128.
|
KeyFactory.PBEWithHmacSHA384AndAES192KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA384AndAES_192.
|
KeyFactory.PBEWithHmacSHA384AndAES256KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA384AndAES_256.
|
KeyFactory.PBEWithHmacSHA512AndAES128KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA512AndAES_128.
|
KeyFactory.PBEWithHmacSHA512AndAES256KeyFactory |
PBES2 KeyFactory for PBEWithHmacSHA512AndAES_256.
|
KeyFactory.PBEWithMD5AndDESKeyFactory |
PBE KeyFactory for the PBEWithMD5AndDES algorithm.
|
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.
|