Package org.ujmp.core.util
Class DummyTrustManager
java.lang.Object
org.ujmp.core.util.DummyTrustManager
- All Implemented Interfaces:
TrustManager
,X509TrustManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkClientTrusted
(X509Certificate[] arg0, String arg1) void
checkServerTrusted
(X509Certificate[] arg0, String arg1) boolean
isClientTrusted
(X509Certificate[] cert) boolean
isServerTrusted
(X509Certificate[] cert)
-
Constructor Details
-
DummyTrustManager
public DummyTrustManager()
-
-
Method Details
-
isClientTrusted
-
isServerTrusted
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuers
in interfaceX509TrustManager
-
checkClientTrusted
- Specified by:
checkClientTrusted
in interfaceX509TrustManager
- Throws:
CertificateException
-
checkServerTrusted
- Specified by:
checkServerTrusted
in interfaceX509TrustManager
- Throws:
CertificateException
-