Class TrustSelfSignedStrategy
java.lang.Object
com.github.tomakehurst.wiremock.http.client.apache5.TrustSelfSignedStrategy
- All Implemented Interfaces:
com.github.tomakehurst.wiremock.http.ssl.TrustStrategy,org.apache.hc.core5.ssl.TrustStrategy
public class TrustSelfSignedStrategy
extends Object
implements org.apache.hc.core5.ssl.TrustStrategy, com.github.tomakehurst.wiremock.http.ssl.TrustStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisTrusted(X509Certificate[] chain, String authType) booleanisTrusted(X509Certificate[] chain, String authType, Socket socket) booleanisTrusted(X509Certificate[] chain, String authType, SSLEngine engine)
-
Constructor Details
-
TrustSelfSignedStrategy
public TrustSelfSignedStrategy()
-
-
Method Details
-
isTrusted
- Specified by:
isTrustedin interfacecom.github.tomakehurst.wiremock.http.ssl.TrustStrategy- Specified by:
isTrustedin interfaceorg.apache.hc.core5.ssl.TrustStrategy
-
isTrusted
- Specified by:
isTrustedin interfacecom.github.tomakehurst.wiremock.http.ssl.TrustStrategy
-
isTrusted
- Specified by:
isTrustedin interfacecom.github.tomakehurst.wiremock.http.ssl.TrustStrategy
-