6597349: KeyStore.getCertificateChain() may not return the full chain

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2008-03-08 22:52:20 +08:00
parent e75aa5c3ab
commit 095647f3a4

View File

@ -789,7 +789,7 @@ public class KeyStore {
* @param alias the alias name * @param alias the alias name
* *
* @return the certificate chain (ordered with the user's certificate first * @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 * does not exist or does not contain a certificate chain
* *
* @exception KeyStoreException if the keystore has not been initialized * @exception KeyStoreException if the keystore has not been initialized