Liking cljdoc? Tell your friends :D

buddy.core.certificates


certificateclj

(certificate x)

Reads a certificate from a PEM encoded file or stream

Reads a certificate from a PEM encoded file or stream
sourceraw docstring

certificate?clj

(certificate? x)

Returns true if object is a certificate

Returns true if object is a certificate
sourceraw docstring

not-afterclj

(not-after cert)

Returns the last date this signature is valid.

Returns the last date this signature is valid.
sourceraw docstring

not-beforeclj

(not-before cert)

Returns the first date this certificate is valid.

Returns the first date this certificate is valid.
sourceraw docstring

str->certificateclj

(str->certificate certdata)

Certificate constructor from string

Certificate constructor from string
sourceraw docstring

subjectclj

(subject cert)

Returns the subject of the certificate

Returns the subject of the certificate
sourceraw docstring

valid-on-date?clj

(valid-on-date? certificate)
(valid-on-date? certificate date)

Returns true if certificate is valid date. Defaults to today

Returns true if certificate is valid date. Defaults to today
sourceraw docstring

verify-signatureclj

(verify-signature cert public-key)

Verifies that the certificate is signed with the provided public key.

Verifies that the certificate is signed with the provided public key.
sourceraw docstring

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

× close