You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jce/src/main/java/javax/crypto/spec/DHGenParameterSpec.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ public class DHGenParameterSpec
20
20
/**
21
21
* Constructs a parameter set for the generation of Diffie-Hellman
22
22
* (system) parameters. The constructed parameter set can be used to
23
-
* initialize an <a href="http://java.sun.com/products/jdk/1.2/docs/api/java.security.AlgorithmParameterGenerator.html"><code>AlgorithmParameterGenerator</code></a>
23
+
* initialize an <a href="https://java.sun.com/products/jdk/1.2/docs/api/java.security.AlgorithmParameterGenerator.html"><code>AlgorithmParameterGenerator</code></a>
24
24
* object for the generation of Diffie-Hellman parameters.
25
25
*
26
26
* @param primeSize the size (in bits) of the prime modulus.
0 commit comments