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()
@Nullable public static String encrypt(String plainText, String encryptionKey, String salt)
@Nullable public static String decrypt(String cipherText, String encryptionKey, String salt)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.