Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.hash.CRC64
Extends/Implements :
un.impl.cryptography.hash.HashFunction
Subclasses : -
Variables :
NAME
Functions :
getName,
getResultLength,
isCryptographic,
reset,
update,
update,
update,
getResultBytes,
getResultLong
public Chars
NAME
public Chars
getName ()
public int
getResultLength ()
public boolean
isCryptographic ()
public void
reset ()
public void
update (int b)
public void
update (byte[] buffer)
public void
update (byte[] buffer, int offset, int length)
public byte[]
getResultBytes ()
public long
getResultLong ()
author Xavier Philippeau (http://xphilipp.developpez.com/)
author Johann Sorel (UN project adaptation)