org.apache.directory.server.ssl.support
Class ServerX509TrustManager
java.lang.Object
org.apache.directory.server.ssl.support.ServerX509TrustManager
- All Implemented Interfaces:
- javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager
public class ServerX509TrustManager
- extends java.lang.Object
- implements javax.net.ssl.X509TrustManager
An X509TrustManager
for LDAP server.
- Version:
- $Rev: 434424 $, $Date: 2006-08-24 12:40:31 -0400 (Thu, 24 Aug 2006) $
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerX509TrustManager
public ServerX509TrustManager()
checkClientTrusted
public void checkClientTrusted(java.security.cert.X509Certificate[] arg0,
java.lang.String arg1)
throws java.security.cert.CertificateException
- Specified by:
checkClientTrusted
in interface javax.net.ssl.X509TrustManager
- Throws:
java.security.cert.CertificateException
checkServerTrusted
public void checkServerTrusted(java.security.cert.X509Certificate[] arg0,
java.lang.String arg1)
throws java.security.cert.CertificateException
- Specified by:
checkServerTrusted
in interface javax.net.ssl.X509TrustManager
- Throws:
java.security.cert.CertificateException
getAcceptedIssuers
public java.security.cert.X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers
in interface javax.net.ssl.X509TrustManager