OpenJDK / jdk / jdk
changeset 1692:92165aa9df3e
6778613: Update javax.crypto.Cipher.getMaxAllowedKeyLength to point to proper Appendix after doc reorg
Reviewed-by: mullan
author | wetmore |
---|---|
date | Tue, 02 Dec 2008 14:53:52 -0800 |
parents | bfa39b25f0fc |
children | f99cde90680f a28fa559929a |
files | jdk/src/share/classes/javax/crypto/Cipher.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/share/classes/javax/crypto/Cipher.java Sat Nov 29 20:55:29 2008 -0800 +++ b/jdk/src/share/classes/javax/crypto/Cipher.java Tue Dec 02 14:53:52 2008 -0800 @@ -2377,7 +2377,7 @@ * For more information on default key size in JCE jurisdiction * policy files, please see Appendix E in the * <a href= - * "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html#AppE"> + * "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html#AppC"> * Java Cryptography Architecture Reference Guide</a>. * * @param transformation the cipher transformation.