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

All Implemented Interfaces:
    SSLSupport

Field Summary
 Listener listener     
Fields inherited from org.apache.tomcat.util.net.jsse.JSSESupport:
ssl,  session,  listener
Constructor:
 public JSSE14Support(SSLSocket sock) 
 public JSSE14Support(SSLEngine sslEngine) 
Method from org.apache.tomcat.util.net.jsse.JSSE14Support Summary:
getX509Certificates,   handShake
Methods from org.apache.tomcat.util.net.jsse.JSSESupport:
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.JSSE14Support Detail:
 protected X509Certificate[] getX509Certificates(SSLSession session) throws IOException 
    Return the X509certificates or null if we can't get them. XXX We should allow unverified certificates
 protected  void handShake() throws IOException