org.apache.tomcat.util.compat
Class JSSECertCompat

java.lang.Object
  extended byorg.apache.tomcat.util.compat.CertCompat
      extended byorg.apache.tomcat.util.compat.JSSECertCompat

public class JSSECertCompat
extends CertCompat


Constructor Summary
JSSECertCompat()
           
 
Method Summary
 java.lang.Object getX509Certificates(java.net.Socket s)
          Return the client certificate.
 
Methods inherited from class org.apache.tomcat.util.compat.CertCompat
getCertCompat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSSECertCompat

public JSSECertCompat()
Method Detail

getX509Certificates

public java.lang.Object getX509Certificates(java.net.Socket s)
Return the client certificate.

Overrides:
getX509Certificates in class CertCompat


Copyright © 2001 Apache Software Foundation. All Rights Reserved.