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 TypeMethodDescriptionvoid
checkClientTrusted
(X509Certificate[] chain, String authType) void
checkServerTrusted
(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:
checkClientTrusted
in interfaceX509TrustManager
- Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException - Specified by:
checkServerTrusted
in interfaceX509TrustManager
- Throws:
CertificateException
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuers
in interfaceX509TrustManager
-