org.apache.directory.server.ldap.handlers.ssl
Class ServerX509TrustManager
java.lang.Object
org.apache.directory.server.ldap.handlers.ssl.ServerX509TrustManager
- All Implemented Interfaces:
- TrustManager, X509TrustManager
public class ServerX509TrustManager
- extends Object
- implements X509TrustManager
An X509TrustManager for LDAP server.
- 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(X509Certificate[] arg0,
String arg1)
throws CertificateException
- Specified by:
checkClientTrusted in interface X509TrustManager
- Throws:
CertificateException
checkServerTrusted
public void checkServerTrusted(X509Certificate[] arg0,
String arg1)
throws CertificateException
- Specified by:
checkServerTrusted in interface X509TrustManager
- Throws:
CertificateException
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers in interface X509TrustManager
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.