Package org.jasypt.encryption

Interface Summary
BigDecimalEncryptor Common interface for all Encryptors which receive a BigDecimal (arbitrary precision) message and return a BigDecimal result.
BigIntegerEncryptor Common interface for all Encryptors which receive a BigInteger (arbitrary precision) message and return a BigInteger result.
ByteEncryptor Common interface for all Encryptors which receive a byte array message and return a byte array result.
StringEncryptor Common interface for all Encryptors which receive a String message and return a String result.
 



Copyright © 2011 The JASYPT team. All Rights Reserved.