org.apache.maven.continuum.project.builder
Class EasyX509TrustManager
java.lang.Object
org.apache.maven.continuum.project.builder.EasyX509TrustManager
- All Implemented Interfaces:
- TrustManager, X509TrustManager
public class EasyX509TrustManager
- extends Object
- implements X509TrustManager
- Since:
- 1.2.3
- Version:
- $Id: EasyX509TrustManager.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- olamy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EasyX509TrustManager
public EasyX509TrustManager(KeyStore keystore)
throws NoSuchAlgorithmException,
KeyStoreException
- Constructor for EasyX509TrustManager.
- Throws:
NoSuchAlgorithmException
KeyStoreException
checkClientTrusted
public void checkClientTrusted(X509Certificate[] certificates,
String authType)
throws CertificateException
- Specified by:
checkClientTrusted
in interface X509TrustManager
- Throws:
CertificateException
- See Also:
X509TrustManager.checkClientTrusted(X509Certificate[], String authType)
checkServerTrusted
public void checkServerTrusted(X509Certificate[] certificates,
String authType)
throws CertificateException
- Specified by:
checkServerTrusted
in interface X509TrustManager
- Throws:
CertificateException
- See Also:
X509TrustManager.checkServerTrusted(X509Certificate[], String authType)
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers
in interface X509TrustManager
- See Also:
X509TrustManager.getAcceptedIssuers()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.