Class NoImplSslConfig
java.lang.Object
org.apache.camel.component.docker.ssl.NoImplSslConfig
- All Implemented Interfaces:
com.github.dockerjava.core.SSLConfig
,com.github.dockerjava.transport.SSLConfig
A marker implementation of
SSLConfig
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoImplSslConfig
public NoImplSslConfig()
-
-
Method Details
-
getSSLContext
public SSLContext getSSLContext() throws KeyManagementException, UnrecoverableKeyException, NoSuchAlgorithmException, KeyStoreException- Specified by:
getSSLContext
in interfacecom.github.dockerjava.transport.SSLConfig
- Throws:
KeyManagementException
UnrecoverableKeyException
NoSuchAlgorithmException
KeyStoreException
-