Class SslUtils.TrustAllX509TrustManager

java.lang.Object
org.jmxtrans.embedded.util.net.ssl.SslUtils.TrustAllX509TrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager
Enclosing class:
SslUtils

public static class SslUtils.TrustAllX509TrustManager
extends Object
implements X509TrustManager
Trust all X509Certificate. Not for production use.