public class

Md5Util

extends Object
java.lang.Object
   ↳ greendroid.util.Md5Util

Class Overview

A utility class for computing MD5 hashes.

Summary

Public Methods
static String md5(String s)
Return a hash according to the MD5 algorithm of the given String.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static String md5 (String s)

Return a hash according to the MD5 algorithm of the given String.

Parameters
s The String whose hash is required
Returns
  • The MD5 hash of the given String