Interface TlsParameters
- All Known Subinterfaces:
- CamelTlsParameters
- All Known Implementing Classes:
- CustomTlsParameters,- DefaultCamelTlsParameters
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 SummaryModifier and TypeMethodDescriptionstatic TlsParametersgetSSLContext(boolean serverSide) default SSLSocketFactorygetSSLSocketFactory(boolean serverSide) 
- 
Method Details- 
getDefault
- 
getSSLContext- Returns:
- the SSLContext
 
- 
getSSLSocketFactory- Returns:
- the SSLSocketFactory
 
 
-