Interface TlsParameters
- All Known Subinterfaces:
CamelTlsParameters
- All Known Implementing Classes:
CustomTlsParameters
,DefaultCamelTlsParameters
,VertxTlsParameters
public interface TlsParameters
Abstraction for setting TLS parameters to be used by ATNA sender implementations.
Use
DefaultAuditContext.setTlsParameters(TlsParameters)
to configure the
audit context.
The default uses the default as defined by javax.net.ssl.* system properties.- Author:
- Christian Ohr
-
Method Summary
Modifier and TypeMethodDescriptionstatic TlsParameters
getSSLContext
(boolean serverSide) default SSLSocketFactory
getSSLSocketFactory
(boolean serverSide)
-
Method Details
-
getDefault
-
getSSLContext
- Returns:
- the
SSLContext
-
getSSLSocketFactory
- Returns:
- the
SSLSocketFactory
-