Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.hash.Adler32
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 ()
Java adaptation of RFC1950 : http://tools.ietf.org/html/rfc1950#page-10
author Johann Sorel