com.bankframe.services.security
Class MessageDigestUtils

java.lang.Object
  extended by 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


Constructor Summary
MessageDigestUtils()
           
 
Method Summary
static String digest(String clearText)
          This method creates a digest/fingerprint of the String passed in.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageDigestUtils

public MessageDigestUtils()
Method Detail

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.