public final class SSLContextConfig extends Object
SSLContextFactory
and OpenSSLContextFactory
.
builder()
to create new immutable instances.Modifier and Type | Class and Description |
---|---|
static class |
SSLContextConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static SSLContextConfig.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getCrlPath() |
String |
getKeystorePassword() |
String |
getKeystorePath() |
String |
getKeystoreProvider() |
String |
getKeystoreType() |
String |
getTrustManagerFactoryPlugin() |
String |
getTruststorePassword() |
String |
getTruststorePath() |
String |
getTruststoreProvider() |
String |
getTruststoreType() |
int |
hashCode() |
boolean |
isTrustAll() |
String |
toString() |
public static SSLContextConfig.Builder builder()
public String getCrlPath()
public String getKeystorePassword()
public String getKeystorePath()
public String getKeystoreType()
public String getKeystoreProvider()
public String getTrustManagerFactoryPlugin()
public String getTruststorePassword()
public String getTruststorePath()
public String getTruststoreType()
public String getTruststoreProvider()
public boolean isTrustAll()
Copyright © 2021 JBoss by Red Hat. All rights reserved.