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
ByteDigester
that in fact contains an array ofStandardByteDigester
objects which are used to attend digest and match requests in round-robin.Pooled implementation ofStringDigester
that in fact contains an array ofStandardStringDigester
objects which are used to attend digest and match requests in round-robin.Standard implementation of theByteDigester
interface.Standard implementation of theStringDigester
interface.Common interface for all digesters which receive a String message and return a String digest.