TripleDESDEncrypt Class
From HD.Common
| TripleDESDEncrypt Class | Helper帮助文档 |
TripleDES加解密帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TripleDESDEncrypt
Public Class TripleDESDEncrypt
public ref class TripleDESDEncrypt
type TripleDESDEncrypt = class end
The TripleDESDEncrypt type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TripleDESDEncrypt |
构造方法
|
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