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

Implementation of MD2 hash algorithm
Description: http://tools.ietf.org/html/rfc1319
author  Francois Berder


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


public Chars NAME


public void MD2 ()

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 ()