Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.hash.HashFunction
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
getName,
isCryptographic,
getResultLength,
reset,
update,
update,
update,
getResultBytes,
getResultLong
Chars
getName ()
boolean
isCryptographic ()
int
getResultLength ()
void
reset ()
void
update (int b)
void
update (byte[] buffer)
void
update (byte[] buffer, int offset, int length)
byte[]
getResultBytes ()
long
getResultLong ()
TODO : merge with checksum ?
Definition :
http://en.wikipedia.org/wiki/Cryptographic_hash_function
author Johann Sorel