Package net.officefloor.server.ssl
Interface SslContextSource
- All Known Implementing Classes:
OfficeFloorDefaultSslContextSource
public interface SslContextSource
Source for
SSLContext instances.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncreateSslContext(SourceContext context) Creates a newSSLContext.
-
Method Details
-
createSslContext
Creates a newSSLContext.- Parameters:
context-SourceContextto configure theSSLContext.- Returns:
- New
SSLContextready for use. - Throws:
Exception- If fails to create theSSLContext(possibly because a protocol or cipher is not supported).
-