public class SSLConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SSLConfig.Builder
Builder to help create the SSLConfig.
|
| Modifier and Type | Method and Description |
|---|---|
static SSLConfig.Builder |
builder(File keyStore,
String keyStorePassword)
Creates a builder for the SSLConfig.
|
String |
getCertificatePassword() |
File |
getKeyStore() |
String |
getKeyStorePassword() |
File |
getTrustKeyStore() |
String |
getTrustKeyStorePassword() |
public File getKeyStore()
public String getKeyStorePassword()
public String getCertificatePassword()
public File getTrustKeyStore()
public String getTrustKeyStorePassword()
public static SSLConfig.Builder builder(File keyStore, String keyStorePassword)
keyStore - the keystorekeyStorePassword - the password for the keystoreBuilderCopyright 2021 Cask, Inc. Licensed under the Apache License, Version 2.0