Class SelfSignedX509TrustManager

java.lang.Object
org.jumpmind.symmetric.transport.http.SelfSignedX509TrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

public class SelfSignedX509TrustManager extends Object implements X509TrustManager
A X509TrustManager that accepts self-signed certificates.

This trust manager SHOULD NOT be used for production systems due to security reasons unless you are aware of security implications of accepting self-signed certificates.