Home
last modified time | relevance | path

Searched refs:getServerCertificates (Results 1 – 6 of 6) 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/ojluni/annotations/mmodule/javax/net/ssl/
DHttpsURLConnection.annotated.java34 …public abstract java.security.cert.Certificate [] getServerCertificates() throws javax.net.ssl.SSL… in getServerCertificates() method in HttpsURLConnection
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java308 connection.getServerCertificates(); in testUnconnectedStateParameters()
699 Certificate[] serverCertificates = connection.getServerCertificates(); in checkConnectionStateParameters()
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java3199 connection.getServerCertificates();
3231 assertNotNull(connection.getServerCertificates());
/libcore/api/
Dcurrent.txt19413 …method public abstract java.security.cert.Certificate[] getServerCertificates() throws javax.net.s…