Package com.helger.httpclient.security
Class TrustStrategyTrustAll
java.lang.Object
com.helger.httpclient.security.TrustStrategyTrustAll
- All Implemented Interfaces:
org.apache.hc.core5.ssl.TrustStrategy
A simple implementation of
TrustStrategy that trust all callers.- Since:
- 9.1.9
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TrustStrategyTrustAll
public TrustStrategyTrustAll()
-
-
Method Details
-
isTrusted
- Specified by:
isTrustedin interfaceorg.apache.hc.core5.ssl.TrustStrategy- Throws:
CertificateException
-