Package | Description |
---|---|
javax.crypto.spec |
Modifier and Type | Field and Description |
---|---|
static OAEPParameterSpec |
OAEPParameterSpec.DEFAULT
Deprecated.
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(String, String, AlgorithmParameterSpec, PSource)
constructor. |