Liking cljdoc? Tell your friends :D

ring.adapter.undertow.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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close