public final class AddClientSSLContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddClientSSLContext.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
cipherSuiteFilter |
protected String |
cipherSuiteNames |
protected String |
keyManager |
protected String |
name |
protected List<String> |
protocols |
protected String |
providerName |
protected String |
providers |
protected boolean |
replaceExisting |
protected String |
trustManager |
NOOPNOOP| Modifier and Type | Method and Description |
|---|---|
void |
apply(OfflineCommandContext ctx) |
void |
apply(OnlineCommandContext ctx) |
protected String |
joinList(List<String> list) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringtoStringprotected final String name
protected final String cipherSuiteFilter
protected final String cipherSuiteNames
protected final String keyManager
protected final String trustManager
protected final String providers
protected final String providerName
protected final boolean replaceExisting
public void apply(OnlineCommandContext ctx) throws Exception
Exceptionpublic void apply(OfflineCommandContext ctx) throws Exception
ExceptionCopyright © 2022. All rights reserved.