aboutsummaryrefslogtreecommitdiff
path: root/ojluni/src/main/java/javax/crypto/spec/SecretKeySpec.java
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-31 03:08:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-31 03:08:08 +0000
commite5e796352c04ed005d34367fbb737e7c3b300e00 (patch)
tree90f9fb4988cf916cb93fa512fbdec47ab6181b62 /ojluni/src/main/java/javax/crypto/spec/SecretKeySpec.java
parenteee32f447bffea9f98a3da9253d4017fc3db9c17 (diff)
parent3ef522cf6c913b249e93670394be534c16bfaffb (diff)
downloadlibcore-android-security-12.0.0_r47.tar.gz
Change-Id: I8a0161221302203ad6d239ed6becc975ce9f6aa1
Diffstat (limited to 'ojluni/src/main/java/javax/crypto/spec/SecretKeySpec.java')
-rw-r--r--ojluni/src/main/java/javax/crypto/spec/SecretKeySpec.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ojluni/src/main/java/javax/crypto/spec/SecretKeySpec.java b/ojluni/src/main/java/javax/crypto/spec/SecretKeySpec.java
index 767c0d2a6f3..ff1258c3ffa 100644
--- a/ojluni/src/main/java/javax/crypto/spec/SecretKeySpec.java
+++ b/ojluni/src/main/java/javax/crypto/spec/SecretKeySpec.java
@@ -82,7 +82,7 @@ public class SecretKeySpec implements KeySpec, SecretKey {
* @param algorithm the name of the secret-key algorithm to be associated
* with the given key material.
* See Appendix A in the <a href=
- * "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html#AppA">
+ * "https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA">
* Java Cryptography Architecture Reference Guide</a>
* for information about standard algorithm names.
* @exception IllegalArgumentException if <code>algorithm</code>
@@ -127,7 +127,7 @@ public class SecretKeySpec implements KeySpec, SecretKey {
* @param algorithm the name of the secret-key algorithm to be associated
* with the given key material.
* See Appendix A in the <a href=
- * "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html#AppA">
+ * "https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA">
* Java Cryptography Architecture Reference Guide</a>
* for information about standard algorithm names.
* @exception IllegalArgumentException if <code>algorithm</code>