Searched refs:getServerCertificateChain (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DSecureCacheResponse.java74 public abstract List<Certificate> getServerCertificateChain() method in class:SecureCacheResponse
88 * @see #getServerCertificateChain()
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DAbstractDelegateHttpsURLConnection.java247 List l = ((SecureCacheResponse)cachedResponse).getServerCertificateChain();
266 public javax.security.cert.X509Certificate[] getServerCertificateChain() method in class:AbstractDelegateHttpsURLConnection
274 return ((HttpsClient)http).getServerCertificateChain ();
H A DHttpsURLConnectionImpl.java208 public javax.security.cert.X509Certificate[] getServerCertificateChain() { method in class:HttpsURLConnectionImpl
210 return delegate.getServerCertificateChain();
H A DHttpsClient.java707 javax.security.cert.X509Certificate [] getServerCertificateChain() method in class:HttpsClient
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DHttpsURLConnection.java73 public abstract X509Certificate [] getServerCertificateChain(); method in class:HttpsURLConnection
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/FixingJavadocs/
H A DComURLNulls.java74 urlc.getServerCertificateChain();
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java197 public javax.security.cert.X509Certificate[] getServerCertificateChain() { method in class:HttpsURLConnectionOldImpl
199 return delegate.getServerCertificateChain();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/
H A DComHTTPSConnection.java236 ((HttpsURLConnection)urlc).getServerCertificateChain();

Completed in 69 milliseconds