Liferay 6.0.4

com.liferay.portal.util
Class DigesterImpl

java.lang.Object
  extended by com.liferay.portal.util.DigesterImpl
All Implemented Interfaces:
Digester

public class DigesterImpl
extends Object
implements Digester


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.util.Digester
DIGEST_ALGORITHM, ENCODING
 
Constructor Summary
DigesterImpl()
           
 
Method Summary
 String digest(String text)
           
 String digest(String algorithm, String text)
           
 byte[] digestRaw(String text)
           
 byte[] digestRaw(String algorithm, String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigesterImpl

public DigesterImpl()
Method Detail

digest

public String digest(String text)
Specified by:
digest in interface Digester

digest

public String digest(String algorithm,
                     String text)
Specified by:
digest in interface Digester

digestRaw

public byte[] digestRaw(String text)
Specified by:
digestRaw in interface Digester

digestRaw

public byte[] digestRaw(String algorithm,
                        String text)
Specified by:
digestRaw in interface Digester

Liferay 6.0.4