org.mule.api.security.tls |
Mule
This package contains classes to support TLS/SSL configuration and socket creation.
|
Java Source File Name | Type | Comment |
TlsConfiguration.java | Class | Support for configuring TLS/SSL connections.
Introduction
This class was introduced to centralise the work of TLS/SSL configuration. |
TlsPropertiesMapper.java | Class | Move a
TlsConfiguration to and from Properties (typically System Properties).
This can be used to store TLS/SSL configuration for a library (eg. |
TlsPropertiesSocketFactory.java | Class | A socket factory that is configured via Properties, using a
TlsConfiguration that has been stored via
TlsPropertiesMapper . |