Package org.jasypt.digest
package org.jasypt.digest
-
ClassDescriptionCommon interface for all digesters which receive a byte array message and return a byte array digest.Pooled implementation of
ByteDigesterthat in fact contains an array ofStandardByteDigesterobjects which are used to attend digest and match requests in round-robin.Pooled implementation ofStringDigesterthat in fact contains an array ofStandardStringDigesterobjects which are used to attend digest and match requests in round-robin.Standard implementation of theByteDigesterinterface.Standard implementation of theStringDigesterinterface.Common interface for all digesters which receive a String message and return a String digest.