# HG changeset patch # User mullan # Date 1299522055 18000 # Node ID fda3a3c1320f5b6f82fc9c61088d8b84e3676a17 # Parent e51c07113d0901e7a830114188ee0347b0441e5c 7022467: SecretKeyFactory doesn't support algorithm "AES" on Windows and Linux Reviewed-by: wetmore, valeriep diff -r e51c07113d09 -r fda3a3c1320f 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 @@ *
Every implementation of the Java platform is required to support the
* following standard SecretKeyFactory
algorithms:
*