| Public Variable |
Short Description |
|
certificate (clj)
|
Reads a certificate from a PEM encoded file or stream. |
|
certificate? (clj)
|
Returns true if object is a certificate. |
|
not-after (clj)
|
Returns the last date this signature is valid. |
|
not-before (clj)
|
Returns the first date this certificate is valid. |
|
str->certificate (clj)
|
Certificate constructor from string. |
|
subject (clj)
|
Returns the subject of the certificate. |
|
valid-on-date? (clj)
|
Returns true if certificate is valid date. |
|
verify-signature (clj)
|
Verifies that the certificate is signed with the provided public key. |