JDK-8286985 : Release Note: getParameters of ECDSA signature objects always return null
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 19
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2022-05-19
  • Updated: 2022-06-14
Description
In order to be compliant to [RFC 5758 Section 3.2]( https://datatracker.ietf.org/doc/html/rfc5758#section-3.2 ), the `Signature::getParameters` method on an ECDSA signature object from the SunEC security provider will always return `null`, even if an earlier `setParameter` method has been called on this object.