(certificates->pem certificates)Renders an X.509 certificate chain as concatenated PEM blocks.
Renders an X.509 certificate chain as concatenated PEM blocks.
(jwk->pem key)(jwk->pem key opts)Exports a JWK as PEM. Defaults to public SPKI PEM; pass {:private? true} for PKCS#8.
Exports a JWK as PEM. Defaults to public SPKI PEM; pass {:private? true} for PKCS#8.
(pem->certificate pem)Parses an X.509 certificate PEM string.
Parses an X.509 certificate PEM string.
(pem->certificates source)Parses a PEM string or File containing an X.509 certificate chain.
Parses a PEM string or File containing an X.509 certificate chain.
(pem->jwk pem)Parses PEM public keys, private keys, and X.509 certificates into a JWK map.
Parses PEM public keys, private keys, and X.509 certificates into a JWK map.
(pem->x5c source)Parses a PEM certificate chain into JWK x5c Base64 strings.
Parses a PEM certificate chain into JWK x5c Base64 strings.
(x5c->certificates x5c)Parses JWK x5c Base64 strings into X.509 certificates.
Parses JWK x5c Base64 strings into X.509 certificates.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |