Searched refs:getServerCertificates (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DHttpsURLConnection.java118 public abstract java.security.cert.Certificate [] getServerCertificates() method in class:HttpsURLConnection
139 * @see #getServerCertificates()
147 java.security.cert.Certificate[] certs = getServerCertificates();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DHttpsURLConnectionTest.java154 * javax.net.ssl.HttpsURLConnection#getServerCertificates()
160 connection.getServerCertificates();
167 con.getServerCertificates();
173 Certificate[] cert = con.getServerCertificates();
277 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
279 public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException { method in class:MyHttpsURLConnection
/libcore/ojluni/src/main/java/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 DHttpsURLConnectionImpl.java196 getServerCertificates() throws SSLPeerUnverifiedException { method in class:HttpsURLConnectionImpl
197 return delegate.getServerCertificates();
H A DHttpsClient.java698 java.security.cert.Certificate [] getServerCertificates() method in class:HttpsClient
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java307 connection.getServerCertificates();
696 Certificate[] serverCertificates = connection.getServerCertificates();
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java2831 connection.getServerCertificates();
2863 assertNotNull(connection.getServerCertificates());

Completed in 588 milliseconds