Package com.floragunn.searchguard.ssl
Interface SearchGuardKeyStore
-
- All Known Implementing Classes:
DefaultSearchGuardKeyStore,ExternalSearchGuardKeyStore
public interface SearchGuardKeyStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSLEnginecreateClientTransportSSLEngine(String peerHost, int peerPort)SSLEnginecreateHTTPSSLEngine()SSLEnginecreateServerTransportSSLEngine()StringgetHTTPProviderName()StringgetTransportClientProviderName()StringgetTransportServerProviderName()
-
-
-
Method Detail
-
createHTTPSSLEngine
SSLEngine createHTTPSSLEngine() throws SSLException
- Throws:
SSLException
-
createServerTransportSSLEngine
SSLEngine createServerTransportSSLEngine() throws SSLException
- Throws:
SSLException
-
createClientTransportSSLEngine
SSLEngine createClientTransportSSLEngine(String peerHost, int peerPort) throws SSLException
- Throws:
SSLException
-
getHTTPProviderName
String getHTTPProviderName()
-
getTransportServerProviderName
String getTransportServerProviderName()
-
getTransportClientProviderName
String getTransportClientProviderName()
-
-