Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.hash.CRC32
Extends/Implements :
un.impl.cryptography.hash.HashFunction
Subclasses : -
Variables :
NAME,
crc
Functions :
getName,
getResultLength,
isCryptographic,
reset,
update,
update,
update,
getResultBytes,
getResultLong
public Chars
NAME
protected int
crc
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 ()
Java adaptation of PNG annexe D : http://www.w3.org/TR/PNG/#D-CRCAppendix
author Johann Sorel