Merge
authormullan
Mon, 07 Mar 2011 13:44:47 -0500
changeset 8576 2254c2c93b04
parent 8574 8b25e0b1d00e (current diff)
parent 8575 fda3a3c1320f (diff)
child 8577 a5d07d83b4b1
Merge
--- a/jdk/src/share/classes/javax/crypto/SecretKeyFactory.java	Mon Mar 07 14:43:11 2011 +0000
+++ b/jdk/src/share/classes/javax/crypto/SecretKeyFactory.java	Mon Mar 07 13:44:47 2011 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -61,7 +61,6 @@
  * <p> Every implementation of the Java platform is required to support the
  * following standard <code>SecretKeyFactory</code> algorithms:
  * <ul>
- * <li><tt>AES</tt></li>
  * <li><tt>DES</tt></li>
  * <li><tt>DESede</tt></li>
  * </ul>