public interface DecimalNumberEncryptor
Common interface for all util classes aimed at decimal number encryption.
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
decrypt(java.math.BigDecimal encryptedNumber)
Decrypts a BigDecimal.
|
java.math.BigDecimal |
encrypt(java.math.BigDecimal number)
Encrypts a BigDecimal
|
java.math.BigDecimal encrypt(java.math.BigDecimal number)
number
- the number to be encrypted.java.math.BigDecimal decrypt(java.math.BigDecimal encryptedNumber)
encryptedNumber
- the number to be decrypted.Copyright © 2020 The JASYPT team. All Rights Reserved.