类 AESUtil
java.lang.Object
com.mbap.util.security.AESUtil
- 所有已实现的接口:
ISecurity
类:
AESUtil
功能描述:
创建人: 张亚杰
创建日期: 2015-1-26下午5:41:37
开发环境: JDK6.0-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明byte[]decode(byte[] content) decryption(String strMi) 解密byte[]encode(byte[] byteContent) encryption(String strMing) 加密
-
字段详细资料
-
MYENCODE
- 另请参阅:
-
-
构造器详细资料
-
AESUtil
-
-
方法详细资料
-
encode
public byte[] encode(byte[] byteContent) - 参数:
content- 加密内容password- 加密密码- 返回:
-
decode
public byte[] decode(byte[] content) - 参数:
content- 待解密内容password- 解密密钥- 返回:
-
encryption
从接口复制的说明:ISecurity加密- 指定者:
encryption在接口中ISecurity
-
decryption
从接口复制的说明:ISecurity解密- 指定者:
decryption在接口中ISecurity
-