Class ReloadableX509TrustManager
java.lang.Object
javax.net.ssl.X509ExtendedTrustManager
org.apache.storm.security.auth.tls.ReloadableX509TrustManager
- All Implemented Interfaces:
TrustManager
,X509TrustManager
-
Constructor Summary
ConstructorDescriptionReloadableX509TrustManager
(String trustStorePath, String trustStorePassword) -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkClientTrusted
(X509Certificate[] chain, String authType) void
checkClientTrusted
(X509Certificate[] x509Certificates, String s, Socket socket) void
checkClientTrusted
(X509Certificate[] x509Certificates, String s, SSLEngine sslEngine) void
checkServerTrusted
(X509Certificate[] chain, String authType) void
checkServerTrusted
(X509Certificate[] x509Certificates, String s, Socket socket) void
checkServerTrusted
(X509Certificate[] x509Certificates, String s, SSLEngine sslEngine) createTrustManager
(String trustStorePath, String keystorePassword)
-
Constructor Details
-
Method Details
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException - Throws:
CertificateException
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] x509Certificates, String s, Socket socket) throws CertificateException - Specified by:
checkClientTrusted
in classX509ExtendedTrustManager
- Throws:
CertificateException
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] x509Certificates, String s, SSLEngine sslEngine) throws CertificateException - Specified by:
checkClientTrusted
in classX509ExtendedTrustManager
- Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException - Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] x509Certificates, String s, Socket socket) throws CertificateException - Specified by:
checkServerTrusted
in classX509ExtendedTrustManager
- Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] x509Certificates, String s, SSLEngine sslEngine) throws CertificateException - Specified by:
checkServerTrusted
in classX509ExtendedTrustManager
- Throws:
CertificateException
-
getAcceptedIssuers
-
createTrustManager
public X509ExtendedTrustManager createTrustManager(String trustStorePath, String keystorePassword) throws Exception - Throws:
Exception
-