Liking cljdoc? Tell your friends :D

saml20-clj.crypto


assert-signature-valid-when-presentclj

(assert-signature-valid-when-present object credential)

canonicalization-algorithmsclj


decrypt!clj

(decrypt! sp-private-key element)

has-private-key?clj

(has-private-key? credential)

Will check if the provided keystore contains a private key or not.

Will check if the provided keystore contains a private key or not.
raw docstring

new-secret-keyclj

(new-secret-key)

recursive-decrypt!clj

(recursive-decrypt! sp-private-key element)

signclj

(sign object
      credential
      &
      {:keys [signature-algorithm canonicalization-algorithm]
       :or {signature-algorithm [:rsa :sha256]
            canonicalization-algorithm :excl-omit-comments}})

signatureclj

(signature object)

signature-algorithmsclj


signed?clj

(signed? object)

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

× close