Class TrustStrategyTrustAll

java.lang.Object
com.helger.httpclient.security.TrustStrategyTrustAll
All Implemented Interfaces:
org.apache.hc.core5.ssl.TrustStrategy

public class TrustStrategyTrustAll extends Object implements org.apache.hc.core5.ssl.TrustStrategy
A simple implementation of TrustStrategy that trust all callers.
Since:
9.1.9
Author:
Philip Helger
  • Constructor Details

    • TrustStrategyTrustAll

      public TrustStrategyTrustAll()
  • Method Details