diff --git a/src/java.base/share/classes/java/security/KeyStore.java b/src/java.base/share/classes/java/security/KeyStore.java index 16e2d8b84aa..01edb885726 100644 --- a/src/java.base/share/classes/java/security/KeyStore.java +++ b/src/java.base/share/classes/java/security/KeyStore.java @@ -292,7 +292,7 @@ public class KeyStore { * @param protectionAlgorithm the encryption algorithm name, for * example, {@code PBEWithHmacSHA256AndAES_256}. * See the Cipher section in the + * "{@docRoot}/../specs/security/standard-names.html#cipher-algorithms"> * Java Security Standard Algorithm Names Specification * for information about standard encryption algorithm names. * @param protectionParameters the encryption algorithm parameter diff --git a/src/java.base/share/classes/javax/crypto/Cipher.java b/src/java.base/share/classes/javax/crypto/Cipher.java index 2eb2ffe14a4..af5c99bdd39 100644 --- a/src/java.base/share/classes/javax/crypto/Cipher.java +++ b/src/java.base/share/classes/javax/crypto/Cipher.java @@ -158,7 +158,7 @@ import sun.security.util.KnownOIDs; *
  • {@code RSA/ECB/OAEPWithSHA-256AndMGF1Padding} (1024, 2048)
  • * * These transformations are described in the - * + * * Cipher section of the * Java Security Standard Algorithm Names Specification. * Consult the release documentation for your implementation to see if any @@ -511,7 +511,7 @@ public class Cipher { * @param transformation the name of the transformation, e.g., * AES/CBC/PKCS5Padding. * See the Cipher section in the + * "{@docRoot}/../specs/security/standard-names.html#cipher-algorithms"> * Java Security Standard Algorithm Names Specification * for information about standard transformation names. * @@ -601,7 +601,7 @@ public class Cipher { * @param transformation the name of the transformation, * e.g., AES/CBC/PKCS5Padding. * See the Cipher section in the + * "{@docRoot}/../specs/security/standard-names.html#cipher-algorithms"> * Java Security Standard Algorithm Names Specification * for information about standard transformation names. * @@ -673,7 +673,7 @@ public class Cipher { * @param transformation the name of the transformation, * e.g., AES/CBC/PKCS5Padding. * See the Cipher section in the + * "{@docRoot}/../specs/security/standard-names.html#cipher-algorithms"> * Java Security Standard Algorithm Names Specification * for information about standard transformation names. *