RFR: 8241306: Add SignatureMethodParameterSpec subclass for RSASSA-PSS params [v2]
Sean Mullan
mullan at openjdk.java.net
Mon Apr 12 12:45:49 UTC 2021
On Tue, 30 Mar 2021 15:34:39 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> update XMLUtils (not used by tests here)
>
> src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/spec/RSAPSSParameterSpec.java line 139:
>
>> 137:
>> 138: @Override
>> 139: public String toString() {
>
> Add specification.
Actually, on second thought, I don't think we should override `toString`. None of the other spec classes override `toString`.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3181
More information about the security-dev
mailing list