Liking cljdoc? Tell your friends :D

leiningen.core.ssl


default-trust-managersclj

(default-trust-managers)

default-trusted-certsclj

(default-trusted-certs)

Lists the CA certificates trusted by the JVM.

Lists the CA certificates trusted by the JVM.
raw docstring

https-registryclj

(https-registry context)

Constructs a registry map that uses a given SSLContext for https.

Constructs a registry map that uses a given SSLContext for https.
raw docstring

https-schemecljdeprecated

(https-scheme context)
(https-scheme context port)

Constructs a registry map that uses a given SSLContext for https.

DEPRECATED: Use https-registry instead.

Constructs a registry map that uses a given SSLContext for https.

DEPRECATED: Use https-registry instead.
raw docstring

key-manager-factoryclj

(key-manager-factory {:keys [file type provider password]})

key-manager-propsclj

(key-manager-props)

make-keystoreclj

(make-keystore certs)

Construct a KeyStore that trusts a collection of certificates.

Construct a KeyStore that trusts a collection of certificates.
raw docstring

make-sslcontextclj

(make-sslcontext trusted-certs)

Construct an SSLContext that trusts a collection of certificates.

Construct an SSLContext that trusts a collection of certificates.
raw docstring

override-wagon-registry!clj

(override-wagon-registry! registry)

Override the registry scheme used by the HTTP Wagon's Connection manager (used for Aether).

Override the registry scheme used by the HTTP Wagon's Connection
manager (used for Aether).
raw docstring

read-certsclj

(read-certs f)

Read one or more X.509 certificates in DER or PEM format.

Read one or more X.509 certificates in DER or PEM format.
raw docstring

register-schemecljdeprecated

(register-scheme scheme)

Override the registry scheme used by the HTTP Wagon's Connection manager (used for Aether).

DEPRECATED: Use override-wagon-registry! instead.

Override the registry scheme used by the HTTP Wagon's Connection
manager (used for Aether).

DEPRECATED: Use override-wagon-registry! instead.
raw docstring

trust-manager-factoryclj

(trust-manager-factory keystore)

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

× close