Liking cljdoc? Tell your friends :D

atmos-kernel.security.ssl


add-pem-client-keyclj

(add-pem-client-key keystore alias client-pem-certificate client-pem-key)
(add-pem-client-key keystore
                    alias
                    client-pem-certificate
                    client-pem-key
                    password)

Add client key to Java KeyStore.

Add client key to Java KeyStore.
sourceraw docstring

add-trust-certificateclj

(add-trust-certificate truststore alias pem-certificate)

Add certificate to Java TrustStore.

Add certificate to Java TrustStore.
sourceraw docstring

create-keystoreclj

(create-keystore)
(create-keystore password)

Create a Java KeyStore with(out) password.

Create a Java KeyStore with(out) password.
sourceraw docstring

create-truststoreclj

(create-truststore)
(create-truststore password)

Create a Java TrustStore with(out) password.

Create a Java TrustStore with(out) password.
sourceraw docstring

read-certificate-pem-fileclj

(read-certificate-pem-file pem-file-path)

Read Certificate from PEM file.

Read Certificate from PEM file.
sourceraw docstring

read-key-pem-fileclj

(read-key-pem-file pem-file-path)

Read PEM file.

Read PEM file.
sourceraw docstring

save-keystoreclj

(save-keystore store store-file-path)
(save-keystore store store-file-path password)

Persist KeyStore/TrustStore.

Persist KeyStore/TrustStore.
sourceraw docstring

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

× close