public class StringEncrypter extends Object implements Encrypter<String>
String
decrypt(String string, Key... key)
encrypt(String string, Key... key)
static StringEncrypter
getEncrypter()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static StringEncrypter getEncrypter()
public String encrypt(String string, Key... key) throws Exception
encrypt
Encrypter<String>
key
string
Exception
public String decrypt(String string, Key... key) throws Exception
decrypt
Copyright © 2018. All Rights Reserved.