Interface DecimalNumberEncryptor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.math.BigDecimal decrypt​(java.math.BigDecimal encryptedNumber)
      Decrypts a BigDecimal.
      java.math.BigDecimal encrypt​(java.math.BigDecimal number)
      Encrypts a BigDecimal
    • Method Detail

      • encrypt

        java.math.BigDecimal encrypt​(java.math.BigDecimal number)
        Encrypts a BigDecimal
        Parameters:
        number - the number to be encrypted.
      • decrypt

        java.math.BigDecimal decrypt​(java.math.BigDecimal encryptedNumber)
        Decrypts a BigDecimal.
        Parameters:
        encryptedNumber - the number to be decrypted.