Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.message-digest

Functions to create message digests.

Functions to create message digests.
raw docstring

algorithmsclj

source

digestclj

(digest md)
(digest md val)

Returns the digest of the message digest.

Returns the digest of the message digest.
sourceraw docstring

get-bytescljmultimethod

Converts the input to a byte array.

Converts the input to a byte array.
sourceraw docstring

get-digestclj

(get-digest algo-key val)

Returns the digest of the val calculated by the given algorithm.

Returns the digest of the val calculated by the given algorithm.
sourceraw docstring

md5-digestclj

(md5-digest val)

Calculates a message digest with the MD5 algorithm. The argument can be a file, a string or a byte array.

Calculates a message digest with the MD5 algorithm.
The argument can be a file, a string or a byte array.
sourceraw docstring

message-digestclj

(message-digest algorithm)

Returns a message digest instance configured with the given algorithm.

Returns a message digest instance configured with the given algorithm.
sourceraw docstring

resetclj

(reset md)

Resets the message digest.

Resets the message digest.
sourceraw docstring

sha-1-digestclj

(sha-1-digest val)

Calculates a message digest with the SHA-1 algorithm. The argument can be a path, a file, a string or a byte array.

Calculates a message digest with the SHA-1 algorithm.
The argument can be a path, a file, a string or a byte array.
sourceraw docstring

sha-256-digestclj

(sha-256-digest val)

Calculates a message digest with the SHA-256 algorithm. The argument can be a path, a file, a string or a byte array.

Calculates a message digest with the SHA-256 algorithm.
The argument can be a path, a file, a string or a byte array.
sourceraw docstring

sha-384-digestclj

(sha-384-digest val)

Calculates a message digest with the SHA-384 algorithm. The argument can be a path, a file, a string or a byte array.

Calculates a message digest with the SHA-384 algorithm.
The argument can be a path, a file, a string or a byte array.
sourceraw docstring

sha-512-digestclj

(sha-512-digest val)

Calculates a message digest with the SHA-512 algorithm. The argument can be a path, a file, a string or a byte array.

Calculates a message digest with the SHA-512 algorithm.
The argument can be a path, a file, a string or a byte array.
sourceraw docstring

updateclj

(update md val)

Updates the message digest.

Updates the message digest.
sourceraw docstring

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

× close