public final class CryptoManager
extends java.lang.Object
public static java.lang.String encrypt(java.lang.String value)
throws CryptoException
value - String to ve encripted.CryptoException - If its not possible to encript the given string.public static java.lang.String decrypt(java.lang.String text)
throws CryptoException
text - Encripted string with the prefix {AES}CryptoException - If it is not possible to decript the input string.