Class TrustManagerFactoryWrapper

java.lang.Object
javax.net.ssl.TrustManagerFactory
nl.altindag.ssl.trustmanager.TrustManagerFactoryWrapper

public final class TrustManagerFactoryWrapper extends TrustManagerFactory
NOTE: Please don't use this class directly as it is part of the internal API. Class name and methods can be changed any time. Instead use the TrustManagerUtils which provides the same functionality while it has a stable API because it is part of the public API.
  • Field Details

    • TRUST_MANAGER_FACTORY_ALGORITHM

      private static final String TRUST_MANAGER_FACTORY_ALGORITHM
      See Also:
    • PROVIDER

      private static final Provider PROVIDER
  • Constructor Details

    • TrustManagerFactoryWrapper

      public TrustManagerFactoryWrapper(TrustManager trustManager)