Liking cljdoc? Tell your friends :D

clj-crypto.core


algorithmclj

(algorithm key)
source

as-private-keyclj

(as-private-key key)
source

as-public-keyclj

(as-public-key key)
source

create-cipherclj

(create-cipher)
(create-cipher transformation)
(create-cipher transformation provider)
source

create-saltclj

(create-salt)
source

decode-base64clj

(decode-base64 base64str)
source

decode-key-pairclj

(decode-key-pair key-pair-map)
source

decode-private-keyclj

(decode-private-key private-key-map)
source

decode-public-keyclj

(decode-public-key public-key-map)
source

decryptclj

(decrypt key data)
(decrypt key data cipher)
source

default-algorithmclj

source

default-character-encodingclj

source

default-encrypt-password-algorithmclj

source

default-encrypt-password-nclj

source

default-key-sizeclj

source

default-providerclj

source

default-signature-algorithmclj

source

default-transformationclj

source

do-cipherclj

(do-cipher cipher mode key data)
source

encode-base64clj

(encode-base64 bindata)
source

encode-base64-as-strclj

(encode-base64-as-str bindata)
source

encodedclj

(encoded key)
source

encryptclj

(encrypt key data)
(encrypt key data cipher)
source

encrypt-password-stringclj

(encrypt-password-string password salt)
(encrypt-password-string password salt algorithm n)
source

formatclj

(format key)
source

generate-key-pairclj

(generate-key-pair & {:keys [key-size algorithm]})
source

get-data-bytesclj

(get-data-bytes data)
source

get-data-strclj

(get-data-str data)
source

get-decrypt-keyclj

(get-decrypt-key key)
source

get-encrypt-keyclj

(get-encrypt-key key)
source

get-key-pair-mapclj

(get-key-pair-map key-pair)
source

get-key-pair-pkcs12clj

(get-key-pair-pkcs12 keystore ks-password entry-alias)
source

get-private-key-mapclj

(get-private-key-map private-key)
source

get-public-key-mapclj

(get-public-key-map public-key)
source

integer-byteclj

(integer-byte integer byte-offset)
source

integer-bytesclj

(integer-bytes integer)
source

long-bytesclj

(long-bytes l)
source

private-keyclj

(private-key key-pair)
source

public-keyclj

(public-key key-pair)
source

signclj

(sign key data)
source

verify-signatureclj

(verify-signature key data signature)
source

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

× close