eu.emi.security.authn.x509
Class CommonX509TrustManager

java.lang.Object
  extended by eu.emi.security.authn.x509.CommonX509TrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

public class CommonX509TrustManager
extends Object
implements X509TrustManager

This class wraps X509CertChainValidator so it can be easily used in the standard Java SSL API.

Author:
K. Benedyczak

Constructor Summary
CommonX509TrustManager(X509CertChainValidator validator)
          The constructor.
 
Method Summary
 void checkClientTrusted(X509Certificate[] chain, String authType)
          
 void checkServerTrusted(X509Certificate[] chain, String authType)
          
 X509Certificate[] getAcceptedIssuers()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonX509TrustManager

public CommonX509TrustManager(X509CertChainValidator validator)
The constructor.

Parameters:
validator - wrapped implementation that performs an actual validation
Method Detail

checkClientTrusted

public void checkClientTrusted(X509Certificate[] chain,
                               String authType)
                        throws CertificateException

Specified by:
checkClientTrusted in interface X509TrustManager
Throws:
CertificateException

checkServerTrusted

public void checkServerTrusted(X509Certificate[] chain,
                               String authType)
                        throws CertificateException

Specified by:
checkServerTrusted in interface X509TrustManager
Throws:
CertificateException

getAcceptedIssuers

public X509Certificate[] getAcceptedIssuers()

Specified by:
getAcceptedIssuers in interface X509TrustManager


Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.