Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » net » jsse » [javadoc | source]
org.apache.tomcat.util.net.jsse
class: JSSESupport [javadoc | source]
java.lang.Object
   org.apache.tomcat.util.net.jsse.JSSESupport

All Implemented Interfaces:
    SSLSupport

Direct Known Subclasses:
    JSSE14Support

JSSESupport Concrete implementation class for JSSE Support classes. This will only work with JDK 1.2 and up since it depends on JDK 1.2's certificate support
Field Summary
protected  SSLSocket ssl     
protected  SSLSession session     
 Listener listener     
Constructor:
 JSSESupport(SSLSocket sock) 
 JSSESupport(SSLSession session) 
Method from org.apache.tomcat.util.net.jsse.JSSESupport Summary:
getCipherSuite,   getKeySize,   getPeerCertificateChain,   getPeerCertificateChain,   getSessionId,   getX509Certificates,   handShake
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.net.jsse.JSSESupport Detail:
 public String getCipherSuite() throws IOException 
 public Integer getKeySize() throws IOException 
    Copied from org.apache.catalina.valves.CertificateValve
 public Object[] getPeerCertificateChain() throws IOException 
 public Object[] getPeerCertificateChain(boolean force) throws IOException 
 public String getSessionId() throws IOException 
 protected X509Certificate[] getX509Certificates(SSLSession session) throws IOException 
 protected  void handShake() throws IOException