Class IgnorantX509TrustManager

java.lang.Object
org.newsclub.net.unix.ssl.IgnorantX509TrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

public final class IgnorantX509TrustManager extends Object implements X509TrustManager
An ignorant X509TrustManager that doesn't check certificates at all.

IMPORTANT: Not checking certificates is a bad idea. The rationale for providing this class nevertheless is that it's easier to search for usages of this class than to search for usages of some lookalikes.

Author:
Christian Kohlschütter