public class AESTools extends Object
AESTools()
static String
decrypt(String cipherText, String encryptionKey, String salt)
encrypt(String plainText, String encryptionKey, String salt)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AESTools()
public static String encrypt(String plainText, String encryptionKey, String salt)
public static String decrypt(String cipherText, String encryptionKey, String salt)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.