org.apache.tomcat.util.compat
Class CertCompat

java.lang.Object
  |
  +--org.apache.tomcat.util.compat.CertCompat
Direct Known Subclasses:
JSSECertCompat

public class CertCompat
extends java.lang.Object


Constructor Summary
CertCompat()
           
 
Method Summary
static CertCompat getCertCompat()
          Get a compatibility helper class.
 java.lang.Object getX509Certificates(java.net.Socket s)
          Return the client certificate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertCompat

public CertCompat()
Method Detail

getX509Certificates

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

getCertCompat

public static CertCompat getCertCompat()
Get a compatibility helper class.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.