Class InsecureTrustManager


  • public final class InsecureTrustManager
    extends Object
    This class provides a static method to create an array of TrustManagers, which disables TLS trust verification. This is insecure and must not be used in production, only for testing!
    • Method Detail

      • getNoOpX509TrustManagers

        public static TrustManager[] getNoOpX509TrustManagers()