public class SSLSupport extends Object
| Constructor and Description |
|---|
SSLSupport() |
public String getKeystoreProvider()
public SSLSupport setKeystoreProvider(String keystoreProvider)
public String getKeystorePath()
public SSLSupport setKeystorePath(String keystorePath)
public String getKeystorePassword()
public SSLSupport setKeystorePassword(String keystorePassword)
public String getTruststoreProvider()
public SSLSupport setTruststoreProvider(String truststoreProvider)
public String getTruststorePath()
public SSLSupport setTruststorePath(String truststorePath)
public String getTruststorePassword()
public SSLSupport setTruststorePassword(String truststorePassword)
public String getCrlPath()
public SSLSupport setCrlPath(String crlPath)
public String getSslProvider()
public SSLSupport setSslProvider(String sslProvider)
public boolean isTrustAll()
public SSLSupport setTrustAll(boolean trustAll)
public SSLContext createContext() throws Exception
Exceptionpublic io.netty.handler.ssl.SslContext createNettyContext()
throws Exception
Exceptionpublic io.netty.handler.ssl.SslContext createNettyClientContext()
throws Exception
Exceptionpublic static String[] parseCommaSeparatedListIntoArray(String suites)
Copyright © 2019 JBoss by Red Hat. All rights reserved.