Package com.rabbitmq.client
Interface SslContextFactory
public interface SslContextFactory
A factory to create
SSLContext
s.- Since:
- 5.0.0
- See Also:
-
Method Summary
-
Method Details
-
create
Create aSSLContext
for a given name. The name is typically the name of the connection.- Parameters:
name
- name of the connection the SSLContext is used for- Returns:
- the SSLContext for this name
- See Also:
-