org.apache.jmeter.util
Class CustomX509TrustManager
- X509TrustManager
public class CustomX509TrustManager
implements X509TrustManager
Custom TrustManager ignores all certificate errors
TODO: implement conditional checking and logging
(Derived from AuthSSLX509TrustManager in HttpClient contrib directory)
CustomX509TrustManager
public CustomX509TrustManager(X509TrustManager defaultTrustManager)
checkClientTrusted
public void checkClientTrusted(X509Certificate[] certificates,
String authType)
throws CertificateException
checkServerTrusted
public void checkServerTrusted(X509Certificate[] certificates,
String authType)
throws CertificateException
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.