List of usage examples for javax.net.ssl X509TrustManager interface-usage
From source file com.iflytek.spider.protocol.httpclient.DummyX509TrustManager.java
public class DummyX509TrustManager implements X509TrustManager { private X509TrustManager standardTrustManager = null; /** Log object for this class. */ private static final Log LOG = LogFactory.getLog(DummyX509TrustManager.class);
From source file org.dodgybits.shuffle.android.synchronisation.tracks.ssl.TrustManagerDecorator.java
/** * Copy of org.apache.http.conn.ssl.TrustManagerDecorator version 4.1 not yet in Android. */ class TrustManagerDecorator implements X509TrustManager { private final X509TrustManager trustManager;
From source file com.villemos.ispace.httpcrawler.EasyX509TrustManager.java
/**
* <p>
* EasyX509TrustManager unlike default {@link X509TrustManager} accepts
* self-signed certificates.
* </p>
* <p>
From source file proxy.EasyX509TrustManager.java
/**
* <p>
* EasyX509TrustManager unlike default {@link X509TrustManager} accepts
* self-signed certificates.
* </p>
* <p>
From source file org.nunux.poc.portal.EasyX509TrustManager.java
/**
* <p>
* EasyX509TrustManager unlike default {@link X509TrustManager} accepts
* self-signed certificates.
* </p>
* <p>
From source file org.wso2.carbon.identity.core.util.ClientAuthX509TrustManager.java
/** * Gives a javax.net.ssl.X509TrustManager implementation that uses the default carbon trust store which can be used * by tomcat connector to dynamically reload the client truststore whenever truststore content changes. * This will load any changes (addition/removal of certificates) done to the default trust store on the fly. */ public class ClientAuthX509TrustManager implements X509TrustManager {
From source file org.wso2.carbon.identity.core.util.DynamicX509TrustManager.java
/** * Gives a singleton javax.net.ssl.X509TrustManager implementation that uses the default carbon trust store. * This will load any changes (addition/removal of certificates) done to the default trust store on the fly. */ public class DynamicX509TrustManager implements X509TrustManager {
From source file org.olat.core.util.httpclient.EasyX509TrustManager.java
/**
* <p>
* EasyX509TrustManager unlike default {@link X509TrustManager} accepts self-signed certificates.
* </p>
* <p>
* This trust manager SHOULD NOT be used for productive systems due to security reasons, unless it is a concious decision and you are perfectly aware of security
From source file org.glite.slcs.httpclient.ssl.ExtendedX509TrustManager.java
/**
* ExtendedTrustX509TrustManager can be used to extend the default JSSE
* {@link X509TrustManager} with additional trusted CAs stored in a trust store.
*
* @author Valery Tschoppp <tschopp@switch.ch>
* @version $Revision: 1.6 $
From source file com.terrapages.opengis.api.util.EasyX509TrustManager.java
/**
* <p>
* EasyX509TrustManager unlike default {@link X509TrustManager} accepts
* self-signed certificates.
* </p>
* <p>