public class SymmetricUtils extends Object
Description : 基于Hutool的Aes加解密工具
SymmetricUtils()
static String
decrypt(String content, byte[] key)
static byte[]
getDecryptedSymmetricKey(String key)
getEncryptedSymmetricKey()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SymmetricUtils()
public static String getEncryptedSymmetricKey()
public static byte[] getDecryptedSymmetricKey(String key)
public static String decrypt(String content, byte[] key)
Copyright © 2022. All rights reserved.