@Deprecated public class StringEncrypter extends Object implements IEncrypter<String>
String objectsStringEncrypter instead| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String string,
Key... key)
Deprecated.
|
String |
encrypt(String string,
Key... key)
Deprecated.
|
static StringEncrypter |
getEncrypter()
Deprecated.
Gets the Encrypter for
String |
public 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.