Maven module :un.api : api-encoding :
Class : un.impl.cryptography.hash.SHA2_64
Extends/Implements : un.impl.cryptography.hash.HashFunction
Subclasses : -

Code used by SHA384 and SHA512.
Description: https://tools.ietf.org/html/rfc4634
author  Francois Berder


Variables : -
Functions : SHA2_64, isCryptographic, reset, update, update, getResultBytes, getResultLong, update, update



public void SHA2_64 (long resetState)

public boolean isCryptographic ()

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)