Class BasicX509TrustManager
java.lang.Object
uk.ac.starlink.auth.ssl.BasicX509TrustManager
- All Implemented Interfaces:
TrustManager, X509TrustManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] xcs, String str) voidcheckServerTrusted(X509Certificate[] xcs, String str)
-
Constructor Details
-
BasicX509TrustManager
-
-
Method Details
-
checkClientTrusted
- Specified by:
checkClientTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
checkServerTrusted
- Specified by:
checkServerTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuersin interfaceX509TrustManager
-