Liking cljdoc? Tell your friends :D

immutant.web.ssl

A few SSL-related utilities, typically invoked via immutant.web.undertow/options

A few SSL-related utilities, typically invoked via [[immutant.web.undertow/options]]
raw docstring

keystore->key-managersclj

(keystore->key-managers keystore password)

Return a KeyManager[] given a KeyStore and password

Return a KeyManager[] given a KeyStore and password
sourceraw docstring

keystore->ssl-contextclj

(keystore->ssl-context {:keys [keystore key-password truststore
                               trust-password]})

Turn a keystore and optional truststore, which may be either strings denoting file paths or actual KeyStore instances, into an SSLContext instance

Turn a keystore and optional truststore, which may be either
strings denoting file paths or actual KeyStore instances, into an
SSLContext instance
sourceraw docstring

truststore->trust-managersclj

(truststore->trust-managers truststore)

Return a TrustManager[] for a KeyStore

Return a TrustManager[] for a KeyStore
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close