org.jasig.apache.http.conn.ssl
Class TrustAllStrategy
java.lang.Object
org.jasig.apache.http.conn.ssl.TrustAllStrategy
- All Implemented Interfaces:
- org.apache.http.conn.ssl.TrustStrategy
public class TrustAllStrategy
- extends Object
- implements org.apache.http.conn.ssl.TrustStrategy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrustAllStrategy
public TrustAllStrategy()
isTrusted
public boolean isTrusted(X509Certificate[] chain,
String authType)
throws CertificateException
- Specified by:
isTrusted in interface org.apache.http.conn.ssl.TrustStrategy
- Throws:
CertificateException
Copyright © 2013 Jasig. All Rights Reserved.