Searched refs:getServerCertificates (Results 1 – 6 of 6) sorted by relevance
167 connection.getServerCertificates(); in test_getServerCertificates()174 con.getServerCertificates(); in test_getServerCertificates()180 Certificate[] cert = con.getServerCertificates(); in test_getServerCertificates()286 public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException { in getServerCertificates() method in MyHttpsURLConnection
117 public abstract java.security.cert.Certificate [] getServerCertificates() in getServerCertificates() method in HttpsURLConnection146 java.security.cert.Certificate[] certs = getServerCertificates(); in getPeerPrincipal()
34 …public abstract java.security.cert.Certificate [] getServerCertificates() throws javax.net.ssl.SSL… in getServerCertificates() method in HttpsURLConnection
308 connection.getServerCertificates(); in testUnconnectedStateParameters()699 Certificate[] serverCertificates = connection.getServerCertificates(); in checkConnectionStateParameters()
3199 connection.getServerCertificates();3231 assertNotNull(connection.getServerCertificates());
19413 …method public abstract java.security.cert.Certificate[] getServerCertificates() throws javax.net.s…