Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.hash.SHA1
Extends/Implements :
un.impl.cryptography.hash.HashFunction
Subclasses : -
Variables :
NAME
Functions :
SHA1,
getName,
isCryptographic,
getResultLength,
reset,
update,
update,
getResultBytes,
getResultLong,
update,
update
public Chars
NAME
public void
SHA1 ()
public Chars
getName ()
public boolean
isCryptographic ()
public int
getResultLength ()
public void
reset ()
public void
update (int b)
public void
update (byte b)
public byte[]
getResultBytes ()
public long
getResultLong ()
public void
update (byte input)
public void
update (byte input, int offset, int len)
Origin :
http://home.fnal.gov/~biery/nova/doc/java/html/SHA1_8java-source.html
@author Steve Reid (original author)
@author M.Kiesel (port to java)
@author Chuck McManis (port to java)
@author Johann Sorel (adapted to Unlicense-Lib)