Class RelaxedX509ExtendedTrustManager

  • All Implemented Interfaces:
    TrustManager, X509TrustManager

    public class RelaxedX509ExtendedTrustManager
    extends X509ExtendedTrustManager
    This class is used to change the behavior of the X509ExtendedTrustManager that is used to validate certificates, and algorithms for SSL/TLS sockets. With this class all certificates will be approved.
    Author:
    Ronald Roskens, OpenNMS