KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > SecureCacheResponse

java.net
Class SecureCacheResponse

java.lang.Object
  extended by java.net.CacheResponse
      extended by java.net.SecureCacheResponse

public abstract String getCipherSuite()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract List<Certificate> getLocalCertificateChain()
See Also:
getLocalPrincipal()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Principal getLocalPrincipal()
See Also:
getPeerPrincipal(), getLocalCertificateChain()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Principal getPeerPrincipal()
                                    throws SSLPeerUnverifiedException
See Also:
getLocalPrincipal(), getServerCertificateChain()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract List<Certificate> getServerCertificateChain()
                                                     throws SSLPeerUnverifiedException
See Also:
getPeerPrincipal()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SecureCacheResponse()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags