TripleDESDEncrypt Methods | Helper帮助文档 |
The TripleDESDEncrypt type exposes the following members.
Methods
Name | Description | |
---|---|---|
Decrypt(Byte) |
使用缺省密钥字符串解密byte[]
|
|
Decrypt(String) |
使用缺省密钥字符串解密string
|
|
Decrypt(Byte, Byte) |
使用给定密钥解密数据
|
|
Decrypt(String, String) |
使用给定密钥字符串解密string
|
|
Decrypt(String, String, Encoding) |
使用给定密钥字符串解密string,返回指定编码方式明文
|
|
Encrypt(Byte) |
使用缺省密钥字符串加密
|
|
Encrypt(String) |
使用缺省密钥字符串加密string
|
|
Encrypt(Byte, Byte) |
使用给定密钥加密
|
|
Encrypt(String, String) |
使用给定密钥字符串加密string
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MakeMD5 |
生成MD5摘要
|
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also