Package io.rong.imlib
Class MD5
-
- All Implemented Interfaces:
public class MD5
-
-
Constructor Summary
Constructors Constructor Description MD5()
-
Method Summary
-
-
Method Detail
-
encrypt
static String encrypt(String str)
MD5 Encryption
- Parameters:
str
- The string to be encrypted- Returns:
The encrypted string
-
encrypt
static String encrypt(String str, boolean lowerCase)
MD5 Encryption
- Parameters:
str
- The string to be encryptedlowerCase
- Indicates whether the result should be in lowercase- Returns:
The encrypted string
-
-
-
-