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

/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
H A DHttpsURLConnection.java139 public abstract Certificate[] getServerCertificates() throws SSLPeerUnverifiedException; method in class:HttpsURLConnection
151 Certificate[] certs = getServerCertificates();
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
H A DHttpsURLConnectionTest.java262 * @tests javax.net.ssl.HttpsURLConnection#getServerCertificates()
267 method = "getServerCertificates",
275 connection.getServerCertificates();
286 Certificate[] cert = con.getServerCertificates();
294 Certificate[] cert = con.getServerCertificates();
454 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
456 public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException { method in class:MyHttpsURLConnection
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java76 public Certificate[] getServerCertificates() method in class:HttpsURLConnectionImpl

Completed in 120 milliseconds