| 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.
|
| PBKDF2KeyAndParameterSpec |
This class encapsulates the algorithmParameters needed for supporting the
Password-Based Encryption Key Derivation Function 2 (PBEKDF2) algorithm.
|