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 ofByteDigesterthat in fact contains an array ofStandardByteDigesterobjects which are used to attend digest and match requests in round-robin.PooledStringDigester Pooled implementation ofStringDigesterthat in fact contains an array ofStandardStringDigesterobjects which are used to attend digest and match requests in round-robin.StandardByteDigester Standard implementation of theByteDigesterinterface.StandardStringDigester Standard implementation of theStringDigesterinterface.