Package org.jasypt.util.numeric
-
Interface Summary Interface Description DecimalNumberEncryptor Common interface for all util classes aimed at decimal number encryption.IntegerNumberEncryptor Common interface for all util classes aimed at integer number encryption. -
Class Summary Class Description BasicDecimalNumberEncryptor Utility class for easily performing normal-strength encryption of BigDecimal objects.BasicIntegerNumberEncryptor Utility class for easily performing normal-strength encryption of BigInteger objects.StrongDecimalNumberEncryptor Utility class for easily performing normal-strength encryption of BigDecimal objects.StrongIntegerNumberEncryptor Utility class for easily performing normal-strength encryption of BigInteger objects.