Package org.bouncycastle.jsse
Class BCX509ExtendedTrustManager
java.lang.Object
org.bouncycastle.jsse.BCX509ExtendedTrustManager
- All Implemented Interfaces:
TrustManager,X509TrustManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidcheckClientTrusted(X509Certificate[] chain, String authType, Socket socket) abstract voidcheckClientTrusted(X509Certificate[] chain, String authType, SSLEngine engine) abstract voidcheckServerTrusted(X509Certificate[] chain, String authType, Socket socket) abstract voidcheckServerTrusted(X509Certificate[] chain, String authType, SSLEngine engine) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.net.ssl.X509TrustManager
checkClientTrusted, checkServerTrusted, getAcceptedIssuers
-
Constructor Details
-
BCX509ExtendedTrustManager
public BCX509ExtendedTrustManager()
-
-
Method Details
-
checkClientTrusted
public abstract void checkClientTrusted(X509Certificate[] chain, String authType, Socket socket) throws CertificateException - Throws:
CertificateException
-
checkClientTrusted
public abstract void checkClientTrusted(X509Certificate[] chain, String authType, SSLEngine engine) throws CertificateException - Throws:
CertificateException
-
checkServerTrusted
public abstract void checkServerTrusted(X509Certificate[] chain, String authType, Socket socket) throws CertificateException - Throws:
CertificateException
-
checkServerTrusted
public abstract void checkServerTrusted(X509Certificate[] chain, String authType, SSLEngine engine) throws CertificateException - Throws:
CertificateException
-