Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 3eb85d1

Browse files
Mark Powersseanjmullan
authored andcommitted
8299235: broken link referencing missing id
Reviewed-by: mullan
1 parent a6a903d commit 3eb85d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public PasswordProtection(char[] password) {
292292
* @param protectionAlgorithm the encryption algorithm name, for
293293
* example, {@code PBEWithHmacSHA256AndAES_256}.
294294
* See the Cipher section in the <a href=
295-
* "{@docRoot}/../specs/security/standard-names.html#cipher-algorithm-names">
295+
* "{@docRoot}/../specs/security/standard-names.html#cipher-algorithms">
296296
* Java Security Standard Algorithm Names Specification</a>
297297
* for information about standard encryption algorithm names.
298298
* @param protectionParameters the encryption algorithm parameter

src/java.base/share/classes/javax/crypto/Cipher.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
* <li>{@code RSA/ECB/OAEPWithSHA-256AndMGF1Padding} (1024, 2048)</li>
159159
* </ul>
160160
* These transformations are described in the
161-
* <a href="{@docRoot}/../specs/security/standard-names.html#cipher-algorithm-names">
161+
* <a href="{@docRoot}/../specs/security/standard-names.html#cipher-algorithms">
162162
* Cipher section</a> of the
163163
* Java Security Standard Algorithm Names Specification.
164164
* Consult the release documentation for your implementation to see if any
@@ -511,7 +511,7 @@ private static Transform getTransform(Service s,
511511
* @param transformation the name of the transformation, e.g.,
512512
* <i>AES/CBC/PKCS5Padding</i>.
513513
* See the Cipher section in the <a href=
514-
* "{@docRoot}/../specs/security/standard-names.html#cipher-algorithm-names">
514+
* "{@docRoot}/../specs/security/standard-names.html#cipher-algorithms">
515515
* Java Security Standard Algorithm Names Specification</a>
516516
* for information about standard transformation names.
517517
*
@@ -601,7 +601,7 @@ public static final Cipher getInstance(String transformation)
601601
* @param transformation the name of the transformation,
602602
* e.g., <i>AES/CBC/PKCS5Padding</i>.
603603
* See the Cipher section in the <a href=
604-
* "{@docRoot}/../specs/security/standard-names.html#cipher-algorithm-names">
604+
* "{@docRoot}/../specs/security/standard-names.html#cipher-algorithms">
605605
* Java Security Standard Algorithm Names Specification</a>
606606
* for information about standard transformation names.
607607
*
@@ -673,7 +673,7 @@ private String getProviderName() {
673673
* @param transformation the name of the transformation,
674674
* e.g., <i>AES/CBC/PKCS5Padding</i>.
675675
* See the Cipher section in the <a href=
676-
* "{@docRoot}/../specs/security/standard-names.html#cipher-algorithm-names">
676+
* "{@docRoot}/../specs/security/standard-names.html#cipher-algorithms">
677677
* Java Security Standard Algorithm Names Specification</a>
678678
* for information about standard transformation names.
679679
*

0 commit comments

Comments
 (0)