Interface PBEBigDecimalEncryptor
- All Superinterfaces:
BigDecimalEncryptor, PasswordBased
- All Known Subinterfaces:
PBEBigDecimalCleanablePasswordEncryptor
- All Known Implementing Classes:
PooledPBEBigDecimalEncryptor, StandardPBEBigDecimalEncryptor
Common interface for all Password Based Encryptors which receive a BigDecimal message and return a BigDecimal result.
Important: The size of the result of encrypting a number, depending on the algorithm, may be much bigger (in bytes) than the size of the encrypted number itself. For example, encrypting a 4-byte integer can result in an encrypted 16-byte number. This can lead the user into problems if the encrypted values are to be stored and not enough room has been provided.
For a default implementation, see StandardPBEBigDecimalEncryptor.
- Since:
- 1.2
-
Method Summary
Methods inherited from interface BigDecimalEncryptor
decrypt, encryptMethods inherited from interface PasswordBased
setPassword