Home
last modified time | relevance | path

Searched refs:getServerCertificates (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHttpsURLConnectionTest.java167 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
/libcore/ojluni/src/main/java/javax/net/ssl/
DHttpsURLConnection.java117 public abstract java.security.cert.Certificate [] getServerCertificates() in getServerCertificates() method in HttpsURLConnection
146 java.security.cert.Certificate[] certs = getServerCertificates(); in getPeerPrincipal()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java307 connection.getServerCertificates(); in testUnconnectedStateParameters()
698 Certificate[] serverCertificates = connection.getServerCertificates(); in checkConnectionStateParameters()
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java2889 connection.getServerCertificates();
2921 assertNotNull(connection.getServerCertificates());