public final class CreateServerSSLContext extends Object implements OnlineCommand
It should be possible to configure most of use cases atomic creaper commands allows.
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateServerSSLContext.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
protocols |
static String |
TLS13_CIPHER_SUITE_NAMES |
NOOP| Modifier and Type | Method and Description |
|---|---|
void |
apply(OnlineCommandContext ctx) |
static String |
getKeyManagerName(String serverSslContextName)
Get name of key manager associated with server ssl context.
|
static String |
getKeyStoreName(String serverSslContext)
Get name of key store associated with server ssl context.
|
static String |
getTrustManagerName(String serverSslContextName)
Get name of trust manager associated with server ssl context.
|
static String |
getTrustStoreName(String serverSslContext)
Get name of trust store associated with server ssl context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static final String TLS13_CIPHER_SUITE_NAMES
public void apply(OnlineCommandContext ctx) throws Exception
apply in interface OnlineCommandExceptionpublic static String getTrustManagerName(String serverSslContextName)
serverSslContextName - server SSL context namepublic static String getKeyManagerName(String serverSslContextName)
serverSslContextName - server SSL context namepublic static String getKeyStoreName(String serverSslContext)
serverSslContext - server SSL context nameCopyright © 2024. All rights reserved.