com.bankframe.services.security
Class MessageDigestUtils
java.lang.Object
com.bankframe.services.security.MessageDigestUtils
public class MessageDigestUtils
- extends Object
This class provides static methods allowing the creation of message digests(fingerprints) based
on the messageDigest.algorithm value which exists in the BankframeResource.properties
It utilizes the MessageDigest class, available in the J2SE
Method Summary |
static String |
digest(String clearText)
This method creates a digest/fingerprint of the String passed in. |
static void |
main(String[] args)
|
MessageDigestUtils
public MessageDigestUtils()
main
public static void main(String[] args)
digest
public static String digest(String clearText)
- This method creates a digest/fingerprint of the String passed in.
- Parameters:
clearText
- String
- Returns:
- String
Copyright © 2005, 2007, Oracle. All rights reserved.