Searched defs:getServerCertificates (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DHttpsURLConnection.java117 public abstract java.security.cert.Certificate [] getServerCertificates() method in class:HttpsURLConnection
138 * @see #getServerCertificates()
146 java.security.cert.Certificate[] certs = getServerCertificates();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DAbstractDelegateHttpsURLConnection.java244 public java.security.cert.Certificate[] getServerCertificates() method in class:AbstractDelegateHttpsURLConnection
258 return (((HttpsClient)http).getServerCertificates ());
H A DHttpsClient.java697 java.security.cert.Certificate [] getServerCertificates() method in class:HttpsClient
H A DHttpsURLConnectionImpl.java196 getServerCertificates() throws SSLPeerUnverifiedException { method in class:HttpsURLConnectionImpl
197 return delegate.getServerCertificates();
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java185 getServerCertificates() throws SSLPeerUnverifiedException { method in class:HttpsURLConnectionOldImpl
186 return delegate.getServerCertificates();

Completed in 36 milliseconds