org.opennms.acl.util
Class Cripto

java.lang.Object
  extended by org.opennms.acl.util.Cripto

public class Cripto
extends Object

Util class to encript a password

Since:
jdk 1.5.0
Version:
$Id: $
Author:
Massimiliano Dessì (desmax74@yahoo.it)

Constructor Summary
Cripto()
           
 
Method Summary
static String stringToSHA(String buffer)
          stringToSHA
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cripto

public Cripto()
Method Detail

stringToSHA

public static String stringToSHA(String buffer)

stringToSHA

Parameters:
buffer - a String object.
Returns:
a String object.


Copyright © 2011. All Rights Reserved.