public class AesWrapper extends Object
AesWrapper()
AesWrapper(String cryptKey)
String
decrypt(String ciphertext)
encrypt(String plaintext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AesWrapper()
public AesWrapper(String cryptKey)
public String encrypt(String plaintext)
public String decrypt(String ciphertext)
Copyright © 2025. All rights reserved.