public class CryptUtil extends Object
CryptUtil()
static String
decrypt(String str)
encrypt(String str)
static CryptUtil
setKey(String key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CryptUtil()
public static CryptUtil setKey(String key)
public static String encrypt(String str)
public static String decrypt(String str)
Copyright © 2023. All rights reserved.