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

/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DHttpsURLConnection_ImplTest.java79 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
82 public Certificate[] getServerCertificates() method in class:MyHttpsURLConnection
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpsConnection.java217 public abstract Certificate[] getServerCertificates() throws SSLPeerUnverifiedException; method in class:OkHttpsConnection
229 Certificate[] certs = getServerCertificates();
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DHttpsURLConnectionTest.java129 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
132 public Certificate[] getServerCertificates() method in class:MyHttpsURLConnection
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpsURLConnectionImpl.java87 public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException { method in class:HttpsURLConnectionImpl
H A DHttpResponseCache.java415 peerCertificatesNonFinal = httpsConnection.getServerCertificates();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java364 connection.getServerCertificates();
809 .getServerCertificates();

Completed in 134 milliseconds