|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DecimalNumberEncryptor
Common interface for all util classes aimed at decimal number encryption.
Method Summary | |
---|---|
BigDecimal |
decrypt(BigDecimal encryptedNumber)
Decrypts a BigDecimal. |
BigDecimal |
encrypt(BigDecimal number)
Encrypts a BigDecimal |
Method Detail |
---|
BigDecimal encrypt(BigDecimal number)
number
- the number to be encrypted.BigDecimal decrypt(BigDecimal encryptedNumber)
encryptedNumber
- the number to be decrypted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |