Skip to content

Commit 9d23de5

Browse files
author
Ben Perez
committed
8184352: Remove Sun provider information from KeyPairGenerator javadoc
Reviewed-by: mullan
1 parent d222c18 commit 9d23de5

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/java.base/share/classes/java/security/KeyPairGenerator.java

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,9 @@
6868
* <p>Since no other parameters are specified when you call the above
6969
* algorithm-independent {@code initialize} methods, it is up to the
7070
* provider what to do about the algorithm-specific parameters (if any) to be
71-
* associated with each of the keys.
72-
*
73-
* <p>If the algorithm is the <i>DSA</i> algorithm, and the keysize (modulus
74-
* size) is 512, 768, 1024, or 2048, then the <i>Sun</i> provider uses a set of
75-
* precomputed values for the {@code p}, {@code q}, and
76-
* {@code g} parameters. If the modulus size is not one of the above
77-
* values, the <i>Sun</i> provider creates a new set of parameters. Other
78-
* providers might have precomputed parameter sets for more than just the
79-
* modulus sizes mentioned above. Still others might not have a list of
80-
* precomputed parameters at all and instead always create new parameter sets.
71+
* associated with each of the keys. See the
72+
* {@extLink security_guide_jdk_providers JDK Providers} document for information
73+
* on the default algorithm-specific parameters used by JDK providers.
8174
*
8275
* <li><b>Algorithm-Specific Initialization</b>
8376
* <p>For situations where a set of algorithm-specific parameters already

0 commit comments

Comments
 (0)