Liking cljdoc? Tell your friends :D
Clojure only.

fides.jwe


decryptclj

(decrypt input key opts)

Decrypt the jwe compliant message and return its payload.

Decrypt the jwe compliant message and return its payload.
raw docstring

encryptclj

(encrypt payload key & [{:keys [zip header] :or {zip false} :as opts}])

Encrypt then sign arbitrary length string using json web encryption. Does not support key wrapping

Encrypt then sign arbitrary length string using json web encryption.
Does not support key wrapping
raw docstring

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

× close