JDK-8173298 : Update KeySize Restrictions sections of Oracle Providers doc
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-01-24
  • Updated: 2017-06-08
  • Resolved: 2017-06-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Fixed
Related Reports
Relates :  
Relates :  
Description
Need to update the KeySize Restrictions sections in the Oracle Providers Documentation for JDK 9 to reflect the changes in JDK-8072452 with the values that are now supported.

1. Sun Provider

KeyPairGenerator

DSA 1024 Keysize must be a multiple of 64, ranging from 512 to 1024 (inclusive), or 2048. 
Change to: "Keysize must be a multiple of 64, ranging from 512 to 1024 (inclusive), 2048, or 3072."

AlgorithmParameterGenerator

DSA 1024 Keysize must be a multiple of 64, ranging from 512 to 1024 (inclusive), or 2048. 
Change to: "Keysize must be a multiple of 64, ranging from 512 to 1024 (inclusive), 2048, or 3072."

2. SunJCE Provider

KeyPairGenerator

Diffie-Hellman (DH) 1024 Keysize must be a multiple of 64, ranging from 512 to 2048 (inclusive).
Change to: "Keysize must be a multiple of 64, ranging from 512 to 1024 (inclusive), 1536, 2048, 3072, 4096, 6144, or 8192

AlgorithmParameterGenerator

Diffie-Hellman (DH) 1024 Keysize must be a multiple of 64, ranging from 512 to 2048 (inclusive). 
Change to: -> "Keysize must be a multiple of 64, ranging from 512 to 1024 (inclusive), 2048, or 3072."

Comments
Fix reviewed by Xuelei Fan.
08-06-2017

http://review.us.oracle.com/review2/Review.html#reviewId=305101;scope=document;status=open,fixed;documentId=1513996;fragment=GUID-3A80CC46-91E1-4E47-AC51-CB7B782CEA7D
08-06-2017