hudson.cli
Class NoCheckTrustManager
java.lang.Object
hudson.cli.NoCheckTrustManager
- All Implemented Interfaces:
- TrustManager
public class NoCheckTrustManager
- extends Object
- implements TrustManager
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoCheckTrustManager
public NoCheckTrustManager()
checkClientTrusted
public void checkClientTrusted(X509Certificate[] x509Certificates,
String s)
throws CertificateException
- Throws:
CertificateException
checkServerTrusted
public void checkServerTrusted(X509Certificate[] x509Certificates,
String s)
throws CertificateException
- Throws:
CertificateException
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
Copyright © 2004-2013. All Rights Reserved.