public interface SslContextFactory
SSLContext
s.ConnectionFactory.setSslContextFactory(SslContextFactory)
Modifier and Type | Method and Description |
---|---|
SSLContext |
create(String name)
Create a
SSLContext for a given name. |
SSLContext create(String name)
SSLContext
for a given name.
The name is typically the name of the connection.name
- name of the connection the SSLContext is used forConnectionFactory.newConnection(String)
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.