加密器
Inheritance Hierarchy
Namespace: X3Platform.SecurityAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic sealed class Encrypter
public ref class Encrypter sealed
The Encrypter type exposes the following members.
Constructors
| Name | Description |
---|
 | Encrypter | Initializes a new instance of the Encrypter class |
Top
Methods
| Name | Description |
---|
  | DecryptAES(String) | 解密-AES方式 |
  | DecryptAES(String, String, String) | 解密-AES方式 |
  | DecryptAES(String, Byte, Byte, CiphertextFormat) | 解密-AES方式 |
  | DecryptAES(String, Byte, Byte, CipherMode, PaddingMode, CiphertextFormat) | 解密-AES方式 |
  | DecryptAES(String, String, String, CipherMode, PaddingMode, CiphertextFormat) | 解密-AES方式 |
  | DecryptDES(String) | 加密-DES方式 |
  | DecryptDES(String, String, String) | 解密-DES方式 |
  | DecryptDES(String, Byte, Byte, CiphertextFormat) | 解密-DES方式 |
  | EncryptAES(String) | 加密-AES方式 |
  | EncryptAES(String, String, String) | 加密-AES方式 |
  | EncryptAES(String, Byte, Byte, CiphertextFormat) | 加密-AES方式 |
  | EncryptAES(String, String, String, CiphertextFormat) | 加密-AES方式 |
  | EncryptAES(String, Byte, Byte, CipherMode, PaddingMode, CiphertextFormat) | 加密-AES方式 |
  | EncryptAES(String, String, String, CipherMode, PaddingMode, CiphertextFormat) | 加密-AES方式 |
  | EncryptDES(String) | 加密-DES方式 |
  | EncryptDES(String, String, String) | 加密-DES方式 |
  | EncryptDES(String, Byte, Byte, CiphertextFormat) | 加密-DES方式 |
  | EncryptDES(String, String, String, CiphertextFormat) | 加密-DES方式 |
  | EncryptMD5(String) | 加密-MD5方式 |
  | EncryptMD5(String, CiphertextFormat) | 加密-MD5方式 |
  | EncryptSHA1(String) | 加密-SHA1方式 |
  | EncryptSHA1(String, CiphertextFormat) | 加密-SHA1方式 |
 | Equals | (Inherited from Object.) |
  | FromCiphertext | 将某种格式的密文转为加密后的二进制数据 |
 | GetHashCode | (Inherited from Object.) |
 | GetType | (Inherited from Object.) |
  | SortAndConcat | 将字符串数组排序后拼接成一个文本信息 |
  | ToCiphertext | 将加密后的二进制数据转为某种格式的文本信息 |
 | ToString | (Inherited from Object.) |
Top
See Also