| Field and Description |
|---|
| javax.crypto.spec.OAEPParameterSpec.DEFAULT
This field uses the default values defined in the PKCS #1 standard. Some of these defaults are no
longer recommended due to advances in cryptanalysis -- see
Appendix B.1 of PKCS #1 for more
details. Thus, it is recommended to create a new
OAEPParameterSpec with the desired parameter
values using the OAEPParameterSpec.OAEPParameterSpec(String, String, AlgorithmParameterSpec, PSource)
constructor. |
| Method and Description |
|---|
| sun.security.x509.AlgorithmId.getAlgorithmId(String)
use the short get form of this method.
|
| Constructor and Description |
|---|
| sun.security.x509.AlgorithmId()
use one of the other constructors.
|