Class VerifyingHTTPClientFactory.X509TrustManagerFacade

  • All Implemented Interfaces:
    TrustManager, X509TrustManager
    Enclosing class:
    VerifyingHTTPClientFactory

    public static class VerifyingHTTPClientFactory.X509TrustManagerFacade
    extends Object
    implements X509TrustManager
    A facade for trust managers. The SSLContext will accept arrays of trust managers, but only the first is actually ever used. This facade will check each registered trust manager and fail only if all attempts fail.