Class Md5Encrypter
java.lang.Object
com.gigaspaces.security.encoding.md5.Md5Encrypter
Uses
MessageDigest which provides applications the functionality of a message digest
algorithm, such as MD5. Message digests are secure one-way hash functions that take
arbitrary-sized data and output a fixed-length hash value.- Since:
- 7.0.1
- Author:
- Moran Avigdor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Md5Encrypter
public Md5Encrypter()
-
-
Method Details
-
encrypt
Encrypts the raw String using the MD5 algorithm.- Parameters:
raw- a raw String to encrypt
-