Maven module :un.api : api-encoding :
Class : un.impl.cryptography.hash.HashOutputStream
Extends/Implements : un.api.io.WrapOutputStream
Subclasses : -

Inputstream which calculate hash function while writing.
author  Johann Sorel


Variables : -
Functions : HashOutputStream, hashReset, hashValue, write, write



public void HashOutputStream (HashFunction hashFunction, ByteOutputStream out)

public void hashReset ()

public long hashValue ()

public void write (byte b)

public void write (byte[] buffer, int offset, int length)