org.wildfly.extras.creaper.commands.elytron.tls
Class AddClientSSLContext.Builder
java.lang.Object
org.wildfly.extras.creaper.commands.elytron.tls.AddClientSSLContext.Builder
- Enclosing class:
- AddClientSSLContext
public static final class AddClientSSLContext.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final String name
cipherSuiteFilter
protected String cipherSuiteFilter
cipherSuiteNames
protected String cipherSuiteNames
protocols
protected List<String> protocols
keyManager
protected String keyManager
trustManager
protected String trustManager
providers
protected String providers
providerName
protected String providerName
AddClientSSLContext.Builder
public AddClientSSLContext.Builder(String name)
build
public AddClientSSLContext build()
protocols
public final THIS protocols(String... protocols)
cipherSuiteFilter
public final THIS cipherSuiteFilter(String cipherSuiteFilter)
cipherSuiteNames
public final THIS cipherSuiteNames(String cipherSuiteNames)
keyManager
public final THIS keyManager(String keyManager)
trustManager
public final THIS trustManager(String trustManager)
replaceExisting
public final THIS replaceExisting()
providers
public final THIS providers(String providers)
providerName
public final THIS providerName(String providerName)
Copyright © 2020. All rights reserved.