Liking cljdoc? Tell your friends :D

pandect.algo.sha1

SHA-1 algorithm implementation

SHA-1 algorithm implementation
raw docstring

sha1clj

(sha1 x)

[Hash] SHA-1 (value -> string)

[Hash] SHA-1 (value -> string)
sourceraw docstring

sha1*clj

(sha1* x)

[Hash] SHA-1 (raw value)

[Hash] SHA-1 (raw value)
sourceraw docstring

sha1-bytesclj

(sha1-bytes x)

[Hash] SHA-1 (value -> byte array)

[Hash] SHA-1 (value -> byte array)
sourceraw docstring

sha1-dsaclj

(sha1-dsa x private-key)

[Signature] SHA1withDSA (value -> string)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withDSA (value -> string)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-dsa*clj

(sha1-dsa* x private-key)

[Signature] SHA1withDSA (raw value)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withDSA (raw value)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-dsa-bytesclj

(sha1-dsa-bytes x private-key)

[Signature] SHA1withDSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withDSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-dsa-fileclj

(sha1-dsa-file x private-key)

[Signature] SHA1withDSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withDSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-dsa-file*clj

(sha1-dsa-file* x private-key)

[Signature] SHA1withDSA (raw value)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withDSA (raw value)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-dsa-file-bytesclj

(sha1-dsa-file-bytes x private-key)

[Signature] SHA1withDSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withDSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-dsa-verifyclj

(sha1-dsa-verify x signature public-key)

[Signature] SHA1withDSA

Verify the given message signature using the given public key (anything implementing pandect.utils.convert/PublicKeyConvertable)

The signature can be given as a byte array, hex (!) string, java.io.File, java.io.InputStream or anything implementing pandect.utils.convert/ByteConvertable.

[Signature] SHA1withDSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

sha1-dsa-verify-fileclj

(sha1-dsa-verify-file x signature public-key)

[Signature] SHA1withDSA

Verify the given message signature using the given public key (anything implementing pandect.utils.convert/PublicKeyConvertable)

The signature can be given as a byte array, hex (!) string, java.io.File, java.io.InputStream or anything implementing pandect.utils.convert/ByteConvertable.

[Signature] SHA1withDSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

sha1-fileclj

(sha1-file x)

[Hash] SHA-1 (file path -> string)

[Hash] SHA-1 (file path -> string)
sourceraw docstring

sha1-file*clj

(sha1-file* x)

[Hash] SHA-1 (raw value)

[Hash] SHA-1 (raw value)
sourceraw docstring

sha1-file-bytesclj

(sha1-file-bytes x)

[Hash] SHA-1 (file path -> byte array)

[Hash] SHA-1 (file path -> byte array)
sourceraw docstring

sha1-hmacclj

(sha1-hmac x secret)

[HMAC] HmacSHA1 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] HmacSHA1 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

sha1-hmac*clj

(sha1-hmac* x secret)

[HMAC] HmacSHA1 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] HmacSHA1 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

sha1-hmac-bytesclj

(sha1-hmac-bytes x secret)

[HMAC] HmacSHA1 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] HmacSHA1 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

sha1-hmac-fileclj

(sha1-hmac-file x secret)

[HMAC] HmacSHA1 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] HmacSHA1 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

sha1-hmac-file*clj

(sha1-hmac-file* x secret)

[HMAC] HmacSHA1 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] HmacSHA1 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

sha1-hmac-file-bytesclj

(sha1-hmac-file-bytes x secret)

[HMAC] HmacSHA1 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] HmacSHA1 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

sha1-rsaclj

(sha1-rsa x private-key)

[Signature] SHA1withRSA (value -> string)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withRSA (value -> string)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-rsa*clj

(sha1-rsa* x private-key)

[Signature] SHA1withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-rsa-bytesclj

(sha1-rsa-bytes x private-key)

[Signature] SHA1withRSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withRSA (value -> byte array)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-rsa-fileclj

(sha1-rsa-file x private-key)

[Signature] SHA1withRSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withRSA (file path -> string)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-rsa-file*clj

(sha1-rsa-file* x private-key)

[Signature] SHA1withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withRSA (raw value)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-rsa-file-bytesclj

(sha1-rsa-file-bytes x private-key)

[Signature] SHA1withRSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.

[Signature] SHA1withRSA (file path -> byte array)

Sign the given message using the given java.security.PrivateKey.
sourceraw docstring

sha1-rsa-verifyclj

(sha1-rsa-verify x signature public-key)

[Signature] SHA1withRSA

Verify the given message signature using the given public key (anything implementing pandect.utils.convert/PublicKeyConvertable)

The signature can be given as a byte array, hex (!) string, java.io.File, java.io.InputStream or anything implementing pandect.utils.convert/ByteConvertable.

[Signature] SHA1withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

sha1-rsa-verify-fileclj

(sha1-rsa-verify-file x signature public-key)

[Signature] SHA1withRSA

Verify the given message signature using the given public key (anything implementing pandect.utils.convert/PublicKeyConvertable)

The signature can be given as a byte array, hex (!) string, java.io.File, java.io.InputStream or anything implementing pandect.utils.convert/ByteConvertable.

[Signature] SHA1withRSA

Verify the given message signature using the given public key (anything implementing `pandect.utils.convert/PublicKeyConvertable`)

The signature can be given as a byte array, hex (!) string, java.io.File,
java.io.InputStream or anything implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

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

× close