Package io.jenkins.docker.client
Class DockerServerCredentialsSSLConfig
- java.lang.Object
-
- io.jenkins.docker.client.DockerServerCredentialsSSLConfig
-
- All Implemented Interfaces:
com.github.dockerjava.core.SSLConfig
,com.github.dockerjava.transport.SSLConfig
public class DockerServerCredentialsSSLConfig extends Object implements com.github.dockerjava.core.SSLConfig
- Author:
- Nicolas De Loof
-
-
Constructor Summary
Constructors Constructor Description DockerServerCredentialsSSLConfig(org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentials credentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLContext
getSSLContext()
-
-
-
Method Detail
-
getSSLContext
public SSLContext getSSLContext() throws KeyManagementException, UnrecoverableKeyException, NoSuchAlgorithmException, KeyStoreException
- Specified by:
getSSLContext
in interfacecom.github.dockerjava.transport.SSLConfig
- Throws:
KeyManagementException
UnrecoverableKeyException
NoSuchAlgorithmException
KeyStoreException
-
-