-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b32
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8237238 | 15 | Bradford Wetmore | P4 | Resolved | Fixed | b06 |
JDK-8237693 | 14.0.2 | Bradford Wetmore | P4 | Resolved | Fixed | master |
JDK-8238149 | 14.0.1 | Unassigned | P4 | Resolved | Fixed | b02 |
diff --git a/src/share/classes/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java b/src/share/classes/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
--- a/src/share/classes/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
+++ b/src/share/classes/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
@@ -69,7 +69,7 @@
* @param publicExponent the public exponent e
* @param privateExponent the private exponent d
* @param primeP the prime factor p of n
- * @param primeQ the prime factor q of q
+ * @param primeQ the prime factor q of n
* @param primeExponentP this is d mod (p-1)
* @param primeExponentQ this is d mod (q-1)
* @param crtCoefficient the Chinese Remainder Theorem
--- a/src/share/classes/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
+++ b/src/share/classes/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
@@ -69,7 +69,7 @@
* @param publicExponent the public exponent e
* @param privateExponent the private exponent d
* @param primeP the prime factor p of n
- * @param primeQ the prime factor q of q
+ * @param primeQ the prime factor q of n
* @param primeExponentP this is d mod (p-1)
* @param primeExponentQ this is d mod (q-1)
* @param crtCoefficient the Chinese Remainder Theorem
- backported by
-
JDK-8237238 Obvious typo in java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
-
- Resolved
-
-
JDK-8237693 Obvious typo in java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
-
- Resolved
-
-
JDK-8238149 Obvious typo in java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
-
- Resolved
-