public class AESUtils extends Object
| Constructor and Description |
|---|
AESUtils() |
public static void setKey(String myKey) throws NoSuchAlgorithmException, UnsupportedEncodingException
public static String encrypt(String strToEncrypt, String secret) throws Exception
ExceptionCopyright © 2022. All rights reserved.