Class RelaxedTrustStrategy
- java.lang.Object
-
- org.apache.maven.wagon.shared.http.RelaxedTrustStrategy
-
- All Implemented Interfaces:
org.apache.http.conn.ssl.TrustStrategy
,org.apache.http.ssl.TrustStrategy
public class RelaxedTrustStrategy extends java.lang.Object implements org.apache.http.conn.ssl.TrustStrategy
Relaxed X509 certificate trust manager: can ignore invalid certificate date.- Since:
- 2.0
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description RelaxedTrustStrategy(boolean ignoreSSLValidityDates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isTrusted(java.security.cert.X509Certificate[] certificates, java.lang.String authType)
-