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

description: https://tools.ietf.org/html/rfc1320
author  Francois Berder


Variables : NAME
Functions : MD4, getName, isCryptographic, getResultLength, reset, update, update, update, update, getResultBytes, getResultLong


public Chars NAME


public void MD4 ()

public Chars getName ()

public boolean isCryptographic ()

public int getResultLength ()

public void reset ()

public void update (int b)

public void update (byte b)

public void update (byte[] buffer)

public void update (byte input, int offset, int len)

public byte[] getResultBytes ()

public long getResultLong ()