Package org.jasypt.encryption


package org.jasypt.encryption
  • Interfaces
    Class
    Description
    Common interface for all Encryptors which receive a BigDecimal (arbitrary precision) message and return a BigDecimal result.
    Common interface for all Encryptors which receive a BigInteger (arbitrary precision) message and return a BigInteger result.
    Common interface for all Encryptors which receive a byte array message and return a byte array result.
    Common interface for all Encryptors which receive a String message and return a String result.