com.alarexgroup.m2mplf.security.hash
Class MD5

java.lang.Object
  extended by com.alarexgroup.m2mplf.security.hash.MD5
public class MD5
extends java.lang.Object

Calculates MD5 HASH

Method Summary
static byte[] getHash(byte[] b)
          Calculates HASH MD5
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHash

public static byte[] getHash(byte[] b)
Calculates HASH MD5

Parameters:
b - Byte array for MD5 calculation
Returns:
MD5