@Deprecated public class StringEncrypter extends Object implements IEncrypter<String>
String objectsStringEncrypter insteadpublic static StringEncrypter getEncrypter()
String@Deprecated public String encrypt(String string, Key... key) throws Exception
encrypt in interface IEncrypter<String>key - the key for encryptingstring - the object to encryptException@Deprecated public String decrypt(String string, Key... key) throws Exception
decrypt in interface IEncrypter<String>key - the key to use for decryptingstring - the object to decryptExceptionCopyright © 2019. All Rights Reserved.