(algorithm key)
(as-private-key key)
(as-public-key key)
(compute-hmac-sha1 secret-key data)
Compute (a base64 encoded) HMAC-SHA1 signature using the secret key provided
Compute (a base64 encoded) HMAC-SHA1 signature using the secret key provided
(create-cipher)
(create-cipher transformation)
(create-cipher transformation provider)
(create-salt)
(decode-base64 base64str)
(decode-key-pair key-pair-map)
(decode-private-key private-key-map)
(decode-public-key public-key-map)
(decrypt key data)
(decrypt key data cipher)
(des-cipher)
(des-cipher algorithm)
(des-key password)
(des-key password algorithm)
(do-cipher cipher mode key data)
(encode-base64 bindata)
(encode-base64-as-str bindata)
(encoded key)
(encrypt key data)
(encrypt key data cipher)
(encrypt-password-string password salt)
(encrypt-password-string password salt algorithm n)
(format key)
(generate-key-pair)
(get-data-bytes data)
(get-data-str data)
(get-decrypt-key key)
(get-encrypt-key key)
(get-key-pair-map key-pair)
(get-private-key-map private-key)
(get-public-key-map public-key)
(integer-byte integer byte-offset)
(integer-bytes integer)
(key-spec password algorithm)
(long-bytes l)
(password-decrypt password data)
(password-decrypt password data algorithm)
(password-encrypt password data)
(password-encrypt password data algorithm)
(prepare-password password)
(private-key key-pair)
(public-key key-pair)
(sign key data)
(valid-hmac-sha1-signature? secret-key
canonical-data-string
reference-sig-base64)
(verify-signature key data signature)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close