com.alarexgroup.m2mplf.security.hash
Class SHA1

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

Calculates SHA1 HASH

Method Summary
static byte[] getHash(byte[] inputData)
          Calculates SHA1
 
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[] inputData)
Calculates SHA1

Parameters:
inputData - byte's array for hash calculation
Returns:
SHA1