Example usage for javax.net.ssl X509TrustManager interface-usage

List of usage examples for javax.net.ssl X509TrustManager interface-usage

Introduction

In this page you can find the example usage for javax.net.ssl X509TrustManager interface-usage.

Usage

From source file br.gov.serpro.cert.AuthSSLX509TrustManager.java

/**
 * <p>
 * AuthSSLX509TrustManager can be used to extend the default {@link X509TrustManager}
 * with additional trust decisions.
 * </p>
 *

From source file autotest.EasyX509TrustManager.java

public class EasyX509TrustManager implements X509TrustManager {
    private X509TrustManager standardTrustManager = null;

    /** Log object for this class. */
    private static final Log LOG = LogFactory.getLog(EasyX509TrustManager.class);

From source file org.silverpeas.core.security.encryption.SilverpeasX509TrustManager.java

/**
 * This is our own implementation of X509TrustManager using the default one but specifying our own
 * truststore file thus enabling Silverpeas to configure this system element.
 * @author ehugonnet
 */
public class SilverpeasX509TrustManager implements X509TrustManager {

From source file com.silverpeas.util.security.SilverpeasX509TrustManager.java

/**
 * This is our own implementation of X509TrustManager using the default one but specifying our own
 * truststore file thus enabling Silverpeas to configure this system element.
 * @author ehugonnet
 */
public class SilverpeasX509TrustManager implements X509TrustManager {

From source file eucakit.EasyX509TrustManager.java

/**
 * <p>
 * EasyX509TrustManager unlike default {@link X509TrustManager} accepts 
 * self-signed certificates. 
 * </p>
 * <p>

From source file webdav.EasyX509TrustManager.java

/**
 * <p>
 * EasyX509TrustManager unlike default {@link X509TrustManager} accepts 
 * self-signed certificates. 
 * </p>
 * <p>

From source file com.denimgroup.threadfix.remote.AcceptAllTrustManager.java

/**
 * These two classes allow the self-signed SSL cert to work. We might be able to cut this down.
 * @author mcollins
 *
 */
class AcceptAllTrustManager implements X509TrustManager {

From source file com.example.EasyX509TrustManager.java

/**
 * <p>
 * EasyX509TrustManager unlike default {@link X509TrustManager} accepts 
 * self-signed certificates. 
 * </p>
 * <p>

From source file encrypt.aes.EasyX509TrustManager.java

/**
 * <p>
 * EasyX509TrustManager unlike default {@link X509TrustManager} accepts 
 * self-signed certificates. 
 * </p>
 * <p>

From source file org.tranche.security.EasyX509TrustManager.java

/**
 * <p>
 * EasyX509TrustManager unlike default {@link X509TrustManager} accepts 
 * self-signed certificates. 
 * </p>
 * <p>