public class TrustEverythingStrategy extends java.lang.Object implements TrustStrategy
| Constructor and Description |
|---|
TrustEverythingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType) |
boolean |
isTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType,
java.net.Socket socket) |
boolean |
isTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType,
javax.net.ssl.SSLEngine engine) |
public boolean isTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType)
isTrusted in interface TrustStrategypublic boolean isTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType,
java.net.Socket socket)
isTrusted in interface TrustStrategypublic boolean isTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType,
javax.net.ssl.SSLEngine engine)
isTrusted in interface TrustStrategy