See: Description
| Class | Description |
|---|---|
| PBEKeyFactory |
This class implements a key factory for PBE keys according to PKCS#5, meaning that the password must consist of
printable ASCII characters (values 32 to 126 decimal inclusive) and only the low order 8 bits of each password
character are used.
|