# HG changeset patch # User mullan # Date 1556562850 14400 # Node ID 8d52b4c6f9d8f7f0d8f928d4d2a5337369506586 # Parent 3edf22a7cbaf7b798a8be71b48c73f87ade4b542 8036608: Key.getAlgorithm link to standard algorithm names needs to be updated Reviewed-by: xuelei diff -r 3edf22a7cbaf -r 8d52b4c6f9d8 src/java.base/share/classes/java/security/Key.java --- a/src/java.base/share/classes/java/security/Key.java Mon Apr 29 07:39:16 2019 -0700 +++ b/src/java.base/share/classes/java/security/Key.java Mon Apr 29 14:34:10 2019 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2019, 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 @@ -74,7 +74,7 @@ * * * Keys are generally obtained through key generators, certificates, - * or various Identity classes used to manage keys. + * key stores or other classes used to manage keys. * Keys may also be obtained from key specifications (transparent * representations of the underlying key material) through the use of a key * factory (see {@link KeyFactory}). @@ -119,10 +119,11 @@ /** * Returns the standard algorithm name for this key. For * example, "DSA" would indicate that this key is a DSA key. - * See the - * Java Security Standard Algorithm Names document - * for more information. + * Java Security Standard Algorithm Names Specification + * for information about standard key algorithm names. * * @return the name of the algorithm associated with this key. */