Package org.jasypt.digest

Interface Summary
ByteDigester Common interface for all digesters which receive a byte array message and return a byte array digest.
StringDigester Common interface for all digesters which receive a String message and return a String digest.
 

Class Summary
StandardByteDigester Standard implementation of the ByteDigester interface.
StandardStringDigester Standard implementation of the StringDigester interface.
 



Copyright © 2008 The JASYPT team. All Rights Reserved.