Calculate a hash into specified ByteBuffer with specified output length in bytes
Calculate a hash into specified OutputStream with specified output length in bytes
Calculate a hash as single byte
Calculate a hash into specified part of array
Calculate a hash with specified length and consume it via callback.
Calculate a hash as single int
Calculate a hash as single long
Calculate a hash as single short
Calculate a hash into specified ByteBuffer with specified output length in bytes and and apply it as XOR with specified part of existed values
Calculate a hash into specified OutputStream with specified output length in bytes and and apply it as XOR with specified part of existed values
Calculate a hash into specified part of array and apply it as XOR with specified part of existed values
Calculate a hash with specified size and consume it via output callback, and and apply it as XOR value which is get's via in callback.
Updates a hasher from specified ByteBuffer with no more than len bytes, returns the same hasher
Updates a hasher from specified InputStream, returns the same hasher
Updates a hasher from specified InputStream, returns the same hasher
It reads input
until it returns -1
or it reads len bytes
Updates a hasher by specified short, returns the same hasher
Updates a hasher by specified short, returns the same hasher
Updates a hasher by specified short, returns the same hasher
Updates a hasher by specified byte, returns the same hasher
Updates a hasher by specified part of provided bytes, returns the same hasher
Calculate a hash into specified ByteBuffer until the end of ByteBuffer
Create a new byte array of specified length and calculate a hash into this array
Calculate a hash into specified byte array
Create a base16 representative of calculated hash for specified length
Create a base32 representative of calculated hash for specified length
Create a base32 hex-compatibly representative of calculated hash for specified length
Create a base64 representative of calculated hash for specified length
Create a base64 URL-safe representative of calculated hash for specified length
Calculate a hash and return it as positive BigInt (mod N)
Calculate a hash and return it as positive BigInt with specified length in bits
Calculate a hash and return it as positive BigInt with specified length in bits
Calculate a hash and return as hex encoded string with specified output length in characters
Calculate a hash and return as hex encoded string with specified output length in characters
Calculate a hash into specified byte array and apply it as XOR to existed value
Calculate a hash into specified byte array and apply it as XOR to existed value
Updates a hasher from specified ByteBuffer until the end, returns the same hasher
Updates a hasher from specified InputStream, returns the same hasher
Updates a hasher from specified InputStream, returns the same hasher
It reads input
until it returns -1
Updates a hasher by specified string, returns the same hasher
Updates a hasher by provided bytes, returns the same hasher
Update hash as OutputStream.
Update hash as OutputStream.
Update hash as OutputStream.
Update hash as OutputStream.
Update hash as OutputStream.
Update hash as OutputStream.
(Since version ) see corresponding Javadoc for more information.