This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.security.util
Class GullibleSSLSocketFactory.GullibleTrustManager
java.lang.Object
   org.apache.jetspeed.security.util.GullibleSSLSocketFactory.GullibleTrustManager
org.apache.jetspeed.security.util.GullibleSSLSocketFactory.GullibleTrustManager
- All Implemented Interfaces: 
- TrustManager, X509TrustManager
- Enclosing class:
- GullibleSSLSocketFactory
-  class GullibleSSLSocketFactory.GullibleTrustManager 
- extends Object- implements X509TrustManager
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GullibleSSLSocketFactory.GullibleTrustManager
GullibleSSLSocketFactory.GullibleTrustManager()
checkClientTrusted
public void checkClientTrusted(X509Certificate[] chain,
                               String authType)
                        throws CertificateException
- 
- Specified by:
- checkClientTrustedin interface- X509TrustManager
 
- 
- Throws:
- CertificateException
 
checkServerTrusted
public void checkServerTrusted(X509Certificate[] chain,
                               String authType)
                        throws CertificateException
- 
- Specified by:
- checkServerTrustedin interface- X509TrustManager
 
- 
- Throws:
- CertificateException
 
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
- 
- Specified by:
- getAcceptedIssuersin interface- X509TrustManager
 
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.