public final class TrustAnyTrustManager extends Object implements X509TrustManager
This TrustManager applies no logic as to whether its peer
certificate is trusted; it trusts all peers.
This is a security risk, and should be used only for convenience
in testing or where security is explicitly not an issue.