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

Inputstream which calculate hash function while reading.
author  Johann Sorel


Variables : -
Functions : HashInputStream, hashReset, hashValue, read, read



public void HashInputStream (HashFunction hashFunction, ByteInputStream in)

public void hashReset ()

public long hashValue ()

public int read ()

public int read (byte[] buffer, int offset, int length)