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
PooledByteDigester Pooled implementation of ByteDigester that in fact contains an array of StandardByteDigester objects which are used to attend digest and match requests in round-robin.
PooledStringDigester Pooled implementation of StringDigester that in fact contains an array of StandardStringDigester objects which are used to attend digest and match requests in round-robin.
StandardByteDigester Standard implementation of the ByteDigester interface.
StandardStringDigester Standard implementation of the StringDigester interface.
 



Copyright © 2011 The JASYPT team. All Rights Reserved.