RFR: 8241306: Add SignatureMethodParameterSpec subclass for RSASSA-PSS params

Weijun Wang weijun at openjdk.java.net
Fri Apr 9 23:18:08 UTC 2021


On Wed, 24 Mar 2021 21:36:21 GMT, Weijun Wang <weijun at openjdk.org> wrote:

> This enhancement contains the following code changes:
> 
> 1. Create a new public API `javax/xml/crypto/dsig/spec/RSAPSSParameterSpec` and remove the internal one.
> 2. Update marshaling and unmarshaling code inside `DOMRSAPSSSignatureMethod` so it understands extra fields in `PSSParameterSpec` and is aware of the defaults in both directions.
> 3. Update `DOMSignedInfo` so that secure validation can restrict `DigestMethod` used inside `RSAPSSParameterSpec`
> 4. Tests

New commit pushed and CSR at https://bugs.openjdk.java.net/browse/JDK-8259575 updated. How do you find the `@implSpec` and `@implNote` in `RSAPSSParameterSpec.java`?

-------------

PR: https://git.openjdk.java.net/jdk/pull/3181



More information about the security-dev mailing list