com.hazelcast.util
Class MD5Util

java.lang.Object
  extended by com.hazelcast.util.MD5Util

public final class MD5Util
extends Object

Utility class for hashing with MD5


Method Summary
static String toMD5String(String str)
          Converts given string to MD5 hash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toMD5String

public static String toMD5String(String str)
Converts given string to MD5 hash

Parameters:
str - str to be hashed with MD5


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.