public class SSLSupport extends Object
| Constructor and Description |
|---|
SSLSupport() |
SSLSupport(SSLContextConfig config) |
public static final String NONE
public SSLSupport()
public SSLSupport(SSLContextConfig config)
public String getKeystoreProvider()
public SSLSupport setKeystoreProvider(String keystoreProvider)
public String getKeystoreType()
public SSLSupport setKeystoreType(String keystoreType)
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 getTruststoreType()
public SSLSupport setTruststoreType(String truststoreType)
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 String getTrustManagerFactoryPlugin()
public SSLSupport setTrustManagerFactoryPlugin(String trustManagerFactoryPlugin)
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)
public static String parseArrayIntoCommandSeparatedList(String[] suites)
public static Pair<String,String> getValidProviderAndType(String storeProvider, String storeType)
storeProvider - storeType - Pair<String, String> representing the provider and type to use (in that order)Copyright © 2025 JBoss by Red Hat. All rights reserved.