org.apache.maven.wagon.shared.http
Class EasyX509TrustManager

java.lang.Object
  extended by org.apache.maven.wagon.shared.http.EasyX509TrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

public class EasyX509TrustManager
extends Object
implements X509TrustManager

Since:
2.0
Author:
Olivier Lamy

Constructor Summary
EasyX509TrustManager(KeyStore keystore)
          Constructor for EasyX509TrustManager.
 
Method Summary
 void checkClientTrusted(X509Certificate[] certificates, String authType)
           
 void checkServerTrusted(X509Certificate[] certificates, String authType)
           
protected static SSLContext createEasySSLContext()
           
 X509Certificate[] getAcceptedIssuers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasyX509TrustManager

public EasyX509TrustManager(KeyStore keystore)
                     throws NoSuchAlgorithmException,
                            KeyStoreException
Constructor for EasyX509TrustManager.

Throws:
NoSuchAlgorithmException
KeyStoreException
Method Detail

createEasySSLContext

protected static SSLContext createEasySSLContext()
                                          throws IOException
Throws:
IOException

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-2011 The Apache Software Foundation. All Rights Reserved.