Package com.spotify.docker.client
Interface DockerCertificatesStore
-
- All Known Implementing Classes:
DockerCertificates
public interface DockerCertificatesStore
DockerCertificatesStore holds certificates for connecting to an HTTPS-secured Docker instance with client/server authentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.net.ssl.HostnameVerifier
hostnameVerifier()
javax.net.ssl.SSLContext
sslContext()
-