Re: RFR: 8287246: DSAKeyValue should check for missing params instead of relying on KeyFactory provider [v2]

2022-05-25 Thread Sean Mullan
> Please review this fix to the XML Signature implementation to check for null > or missing DSA parameters and throw a MarshalException before trying to > create a DSA public key from its XML encoding. This will allow the code to > fail earlier and not depend on the underlying provider to

Re: RFR: 8287246: DSAKeyValue should check for missing params instead of relying on KeyFactory provider

2022-05-25 Thread Weijun Wang
On Tue, 24 May 2022 16:29:02 GMT, Sean Mullan wrote: > Please review this fix to the XML Signature implementation to check for null > or missing DSA parameters and throw a MarshalException before trying to > create a DSA public key from its XML encoding. This will allow the code to > fail

Re: RFR: 8287246: DSAKeyValue should check for missing params instead of relying on KeyFactory provider

2022-05-25 Thread Weijun Wang
On Tue, 24 May 2022 16:29:02 GMT, Sean Mullan wrote: > Please review this fix to the XML Signature implementation to check for null > or missing DSA parameters and throw a MarshalException before trying to > create a DSA public key from its XML encoding. This will allow the code to > fail