Package eu.emi.security.authn.x509
Class CommonX509TrustManager
java.lang.Object
eu.emi.security.authn.x509.CommonX509TrustManager
- All Implemented Interfaces:
TrustManager,X509TrustManager
This class wraps X509CertChainValidator so it can be easily used in
the standard Java SSL API.
- Author:
- K. Benedyczak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] chain, String authType) voidcheckServerTrusted(X509Certificate[] chain, String authType)
-
Constructor Details
-
CommonX509TrustManager
The constructor.- Parameters:
validator- wrapped implementation that performs an actual validation
-
-
Method Details
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException - Specified by:
checkClientTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException - Specified by:
checkServerTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuersin interfaceX509TrustManager
-