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




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


public Chars NAME


public void MD5 ()

public Chars getName ()

public int getResultLength ()

public boolean isCryptographic ()

public void reset ()

public void update (int b)

public void update (byte[] newbuf)

public void update (byte[] newbuf, int length)

public void update (byte[] newbuf, int bufstart, int buflen)

public long getResultLong ()


/*
Final wrapup - pad to 64-byte boundary with the bit pattern
1 0* (64-bit count of bits processed, MSB-first)
public byte[] getResultBytes ()