public class StringEncrypter extends Object implements IEncrypter<String>
String objectspublic static StringEncrypter getEncrypter()
Stringpublic String encrypt(String string, Key... key) throws Exception
encrypt in interface IEncrypter<String>key - the key for encryptingstring - the object to encryptExceptionCopyright © 2017. All Rights Reserved.