|
158 | 158 | * <li>{@code RSA/ECB/OAEPWithSHA-256AndMGF1Padding} (1024, 2048)</li> |
159 | 159 | * </ul> |
160 | 160 | * 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"> |
162 | 162 | * Cipher section</a> of the |
163 | 163 | * Java Security Standard Algorithm Names Specification. |
164 | 164 | * Consult the release documentation for your implementation to see if any |
@@ -511,7 +511,7 @@ private static Transform getTransform(Service s, |
511 | 511 | * @param transformation the name of the transformation, e.g., |
512 | 512 | * <i>AES/CBC/PKCS5Padding</i>. |
513 | 513 | * 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"> |
515 | 515 | * Java Security Standard Algorithm Names Specification</a> |
516 | 516 | * for information about standard transformation names. |
517 | 517 | * |
@@ -601,7 +601,7 @@ public static final Cipher getInstance(String transformation) |
601 | 601 | * @param transformation the name of the transformation, |
602 | 602 | * e.g., <i>AES/CBC/PKCS5Padding</i>. |
603 | 603 | * 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"> |
605 | 605 | * Java Security Standard Algorithm Names Specification</a> |
606 | 606 | * for information about standard transformation names. |
607 | 607 | * |
@@ -673,7 +673,7 @@ private String getProviderName() { |
673 | 673 | * @param transformation the name of the transformation, |
674 | 674 | * e.g., <i>AES/CBC/PKCS5Padding</i>. |
675 | 675 | * 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"> |
677 | 677 | * Java Security Standard Algorithm Names Specification</a> |
678 | 678 | * for information about standard transformation names. |
679 | 679 | * |
|
0 commit comments