A few SSL-related utilities, typically invoked via [[immutant.web.undertow/options]]
A few SSL-related utilities, typically invoked via [[immutant.web.undertow/options]]
(keystore->key-managers keystore password)
Return a KeyManager[] given a KeyStore and password
Return a KeyManager[] given a KeyStore and password
(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
(truststore->trust-managers truststore)
Return a TrustManager[] for a KeyStore
Return a TrustManager[] for a KeyStore
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close