public class AESUtils extends Object
AESUtils(String hexKey)
String
decryptData(String base64Data)
encryptData(String data)
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AESUtils(String hexKey)
hexKey
public String encryptData(String data) throws Exception
data
Exception
public String decryptData(String base64Data) throws Exception
base64Data
public static void main(String[] args) throws Exception
Copyright © 2025. All rights reserved.