6778613: Update javax.crypto.Cipher.getMaxAllowedKeyLength to point to proper Appendix after doc reorg

Reviewed-by: mullan
This commit is contained in:
Bradford Wetmore 2008-12-02 14:53:52 -08:00
parent b596dd66fa
commit e936f852bf

View File

@ -2377,7 +2377,7 @@ public class Cipher {
* For more information on default key size in JCE jurisdiction * For more information on default key size in JCE jurisdiction
* policy files, please see Appendix E in the * policy files, please see Appendix E in the
* <a href= * <a href=
* "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html#AppE"> * "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html#AppC">
* Java Cryptography Architecture Reference Guide</a>. * Java Cryptography Architecture Reference Guide</a>.
* *
* @param transformation the cipher transformation. * @param transformation the cipher transformation.