Package org.minidns.dane
Class ExpectingTrustManager
java.lang.Object
org.minidns.dane.ExpectingTrustManager
- All Implemented Interfaces:
TrustManager
,X509TrustManager
-
Constructor Summary
ConstructorDescriptionExpectingTrustManager
(X509TrustManager trustManager) Creates a new instance of ExpectingTrustManager. -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkClientTrusted
(X509Certificate[] chain, String authType) void
checkServerTrusted
(X509Certificate[] chain, String authType) boolean
-
Constructor Details
-
ExpectingTrustManager
Creates a new instance of ExpectingTrustManager.- Parameters:
trustManager
- TheX509TrustManager
to be used for verification.null
to use the system default.
-
-
Method Details
-
hasException
-
getException
-
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
-