7022467: SecretKeyFactory doesn't support algorithm "AES" on Windows and Linux
authormullan
Mon, 07 Mar 2011 13:20:55 -0500
changeset 8575 fda3a3c1320f
parent 8558 e51c07113d09
child 8576 2254c2c93b04
7022467: SecretKeyFactory doesn't support algorithm "AES" on Windows and Linux Reviewed-by: wetmore, valeriep
jdk/src/share/classes/javax/crypto/SecretKeyFactory.java
--- a/jdk/src/share/classes/javax/crypto/SecretKeyFactory.java	Tue Mar 01 12:03:44 2011 +0000
+++ b/jdk/src/share/classes/javax/crypto/SecretKeyFactory.java	Mon Mar 07 13:20:55 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>