Class DockerCertificates.DefaultSslContextFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.net.ssl.SSLContext newSslContext​(java.security.KeyStore keyStore, char[] keyPassword, java.security.KeyStore trustStore)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSslContextFactory

        private DefaultSslContextFactory()
    • Method Detail

      • newSslContext

        public javax.net.ssl.SSLContext newSslContext​(java.security.KeyStore keyStore,
                                                      char[] keyPassword,
                                                      java.security.KeyStore trustStore)
                                               throws java.security.KeyStoreException,
                                                      java.security.NoSuchAlgorithmException,
                                                      java.security.UnrecoverableKeyException,
                                                      java.security.KeyManagementException
        Specified by:
        newSslContext in interface DockerCertificates.SslContextFactory
        Throws:
        java.security.KeyStoreException
        java.security.NoSuchAlgorithmException
        java.security.UnrecoverableKeyException
        java.security.KeyManagementException