Interface DockerCertificates.SslContextFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.net.ssl.SSLContext newSslContext​(java.security.KeyStore keyStore, char[] keyPassword, java.security.KeyStore trustStore)  
    • Method Detail

      • newSslContext

        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
        Throws:
        java.security.KeyStoreException
        java.security.NoSuchAlgorithmException
        java.security.UnrecoverableKeyException
        java.security.KeyManagementException