| Class | Description |
|---|---|
| IaikPBEParameterSpec |
This class extends PBEParameterSpec and implements the ASN1Type interface.
|
| PBEKeyAndParameterSpec |
This class is simply a combination of PBEParameterSpec and
PBEKeySpec since both specs are needed when generating a
SecretKey for a MAC.
|
| PBES2ParameterSpec |
The parameter specifications for PBES2 contains the password-based key
derivation function, which shall be PBKDF2 (RFC8018 Section 5.2) for this
version of PKCS #5, with an underlying encryption scheme (see Appendix B.2
for examples).
|
| PBKDF2KeyAndParameterSpec |
This class encapsulates the algorithmParameters needed for supporting the
Password-Based Encryption Key Derivation Function 2 (PBEKDF2) algorithm.
|