Package org.jasypt.digest
-
Interface Summary Interface Description 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 Class Description PooledByteDigester Pooled implementation ofByteDigester
that in fact contains an array ofStandardByteDigester
objects which are used to attend digest and match requests in round-robin.PooledStringDigester Pooled implementation ofStringDigester
that in fact contains an array ofStandardStringDigester
objects which are used to attend digest and match requests in round-robin.StandardByteDigester Standard implementation of theByteDigester
interface.StandardStringDigester Standard implementation of theStringDigester
interface.