| Constructor and Description |
|---|
ClientSSLContextBuilder() |
public TLSUtils.ClientSSLContextBuilder setProtocol(String protocol)
public TLSUtils.ClientSSLContextBuilder setTrustStoreType(String trustStoreType)
public TLSUtils.ClientSSLContextBuilder setTrustStorePath(String trustStorePath)
public TLSUtils.ClientSSLContextBuilder setTrustStoreAlgorithm(String trustStoreAlgorithm)
public TLSUtils.ClientSSLContextBuilder setTrustStorePasswordProvider(PasswordProvider trustStorePasswordProvider)
public TLSUtils.ClientSSLContextBuilder setKeyStoreType(String keyStoreType)
public TLSUtils.ClientSSLContextBuilder setKeyStorePath(String keyStorePath)
public TLSUtils.ClientSSLContextBuilder setKeyStoreAlgorithm(String keyStoreAlgorithm)
public TLSUtils.ClientSSLContextBuilder setCertAlias(String certAlias)
public TLSUtils.ClientSSLContextBuilder setKeyStorePasswordProvider(PasswordProvider keyStorePasswordProvider)
public TLSUtils.ClientSSLContextBuilder setKeyManagerFactoryPasswordProvider(PasswordProvider keyManagerFactoryPasswordProvider)
public TLSUtils.ClientSSLContextBuilder setValidateHostnames(Boolean validateHostnames)
public TLSUtils.ClientSSLContextBuilder setCertificateChecker(TLSCertificateChecker certificateChecker)
public SSLContext build()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.