Liking cljdoc? Tell your friends :D

jose.jwe


decryptclj

(decrypt key compact)

Decrypts a compact JWE and returns {:payload string :payload-bytes bytes :header map}.

Decrypts a compact JWE and returns {:payload string :payload-bytes bytes :header map}.
sourceraw docstring

encryptclj

(encrypt key payload-value)
(encrypt key payload-value opts)

Encrypts a string or byte-array payload and returns a compact JWE string.

Encrypts a string or byte-array payload and returns a compact JWE string.
sourceraw docstring

(header compact)

Returns the unverified compact JWE header as a Clojure map.

Returns the unverified compact JWE header as a Clojure map.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close