public class AES extends Object
public String encrypt(String content) throws Exception
content - 内容Exception - 编码异常public String decrypt(String content) throws Exception
content - 内容Exception - 编码异常public String getAesKey()
public String getAesIv()
Copyright © 2024. All rights reserved.