Package | Description |
---|---|
com.github.dockerjava.core |
Modifier and Type | Class and Description |
---|---|
class |
KeystoreSSLConfig
An SSL Config that is based on an pre-existing or pre-loaded KeyStore.
|
class |
LocalDirectorySSLConfig
SSL Config from local files.
|
Modifier and Type | Method and Description |
---|---|
SSLConfig |
DefaultDockerClientConfig.getSSLConfig() |
SSLConfig |
DockerClientConfig.getSSLConfig()
Returns an
SSLConfig when secure connection is configured or null if not. |
Modifier and Type | Method and Description |
---|---|
DefaultDockerClientConfig.Builder |
DefaultDockerClientConfig.Builder.withCustomSslConfig(SSLConfig customSslConfig)
Overrides the default
SSLConfig that is used when calling DefaultDockerClientConfig.Builder.withDockerTlsVerify(java.lang.Boolean) and
DefaultDockerClientConfig.Builder.withDockerCertPath(String) . |
Copyright © 2019. All Rights Reserved.