Package com.linkedin.alpini.base.ssl
Interface SslFactory
- All Known Subinterfaces:
SSLEngineFactory
- All Known Implementing Classes:
SSLEngineFactoryImpl
public interface SslFactory
SSL Factory interface to get common SSL objects.
All SSL factory implementations should implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getSSLContext
SSLContext getSSLContext()- Returns:
- an
SSLContext
object - See Also:
-
getSSLParameters
SSLParameters getSSLParameters()- Returns:
- an
SSLParameters
object - See Also:
-
isSslEnabled
boolean isSslEnabled()- Returns:
- Whether the implementation enforces SSL
-