Password-based Encryption options to indicate the algorithm to be used to encrypt the private key file
public enum PbeOptions
Public Enumeration PbeOptions
| Member name | Description | |
|---|---|---|
| Default | Default option (pbeWithSHAAnd3-KeyTripleDES-CBC) | |
| PbeWithSHAAnd_KeyTripleDES_CBC | pbeWithSHAAnd3-KeyTripleDES-CBC | |
| PbeWithMD5AndDES_CBC | pbeWithMD5AndDES-CBC | |
| PbeWithMD2AndDES_CBC | pbeWithMD2AndDES-CBC | |
| PbeWithSHA1AndDES_CBC | pbeWithSHA1AndDES-CBC | |
| Pkcs5PBES2_des_EDE3_CBC | "pkcs5PBES2" with "des-EDE3-CBC" (this option deprecated; use the PBES2 overload method instead) |