Liking cljdoc? Tell your friends :D

crypto.keystore

Functions for creating and managing Java Keystores.

Functions for creating and managing Java Keystores.
raw docstring

export-certclj

(export-cert keystore alias)
(export-cert keystore alias output)

Export a certificate in a keystore encoded in PEM format. If an output is supplied, write to it directly, otherwise return a string.

Export a certificate in a keystore encoded in PEM format. If an output is supplied,
write to it directly, otherwise return a string.
sourceraw docstring

import-certclj

(import-cert keystore alias cert)

Import a PEM certificate file into the keystore.

Import a PEM certificate file into the keystore.
sourceraw docstring

keystoreclj

(keystore)
(keystore type)

Create a blank KeyStore.

Create a blank KeyStore.
sourceraw docstring

pem-readerclj

(pem-reader source)
(pem-reader source password-fn)

Create a PEMReader from a PEM source and optional password function.

Create a PEMReader from a PEM source and optional password function.
sourceraw docstring

pem-seqclj

(pem-seq reader)

Return a lazy seq of objects from a PEMReader.

Return a lazy seq of objects from a PEMReader.
sourceraw docstring

pem-writerclj

(pem-writer output)

Create a PEMWriter for an output stream, reader or file.

Create a PEMWriter for an output stream, reader or file.
sourceraw docstring

PemSourcecljprotocol

make-pem-readerclj

(make-pem-reader source pass-fn)
source

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

× close