6597349: KeyStore.getCertificateChain() may not return the full chain
authorweijun
Sat, 08 Mar 2008 22:52:20 +0800
changeset 92 b0bdf21d1a53
parent 91 2f9e71bc1bac
child 93 6266821dc652
6597349: KeyStore.getCertificateChain() may not return the full chain Reviewed-by: mullan
jdk/src/share/classes/java/security/KeyStore.java
--- a/jdk/src/share/classes/java/security/KeyStore.java	Sat Mar 08 22:51:14 2008 +0800
+++ b/jdk/src/share/classes/java/security/KeyStore.java	Sat Mar 08 22:52:20 2008 +0800
@@ -789,7 +789,7 @@
      * @param alias the alias name
      *
      * @return the certificate chain (ordered with the user's certificate first
-     * and the root certificate authority last), or null if the given alias
+     * followed by zero or more certificate authorities), or null if the given alias
      * does not exist or does not contain a certificate chain
      *
      * @exception KeyStoreException if the keystore has not been initialized