Click or drag to resize
Encrypter Methods

The Encrypter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDecryptAES(String)
解密-AES方式
Public methodStatic memberDecryptAES(String, String, String)
解密-AES方式
Public methodStatic memberDecryptAES(String, Byte, Byte, CiphertextFormat)
解密-AES方式
Public methodStatic memberDecryptAES(String, Byte, Byte, CipherMode, PaddingMode, CiphertextFormat)
解密-AES方式
Public methodStatic memberDecryptAES(String, String, String, CipherMode, PaddingMode, CiphertextFormat)
解密-AES方式
Public methodStatic memberDecryptDES(String)
加密-DES方式
Public methodStatic memberDecryptDES(String, String, String)
解密-DES方式
Public methodStatic memberDecryptDES(String, Byte, Byte, CiphertextFormat)
解密-DES方式
Public methodStatic memberEncryptAES(String)
加密-AES方式
Public methodStatic memberEncryptAES(String, String, String)
加密-AES方式
Public methodStatic memberEncryptAES(String, Byte, Byte, CiphertextFormat)
加密-AES方式
Public methodStatic memberEncryptAES(String, String, String, CiphertextFormat)
加密-AES方式
Public methodStatic memberEncryptAES(String, Byte, Byte, CipherMode, PaddingMode, CiphertextFormat)
加密-AES方式
Public methodStatic memberEncryptAES(String, String, String, CipherMode, PaddingMode, CiphertextFormat)
加密-AES方式
Public methodStatic memberEncryptDES(String)
加密-DES方式
Public methodStatic memberEncryptDES(String, String, String)
加密-DES方式
Public methodStatic memberEncryptDES(String, Byte, Byte, CiphertextFormat)
加密-DES方式
Public methodStatic memberEncryptDES(String, String, String, CiphertextFormat)
加密-DES方式
Public methodStatic memberEncryptMD5(String)
加密-MD5方式
Public methodStatic memberEncryptMD5(String, CiphertextFormat)
加密-MD5方式
Public methodStatic memberEncryptSHA1(String)
加密-SHA1方式
Public methodStatic memberEncryptSHA1(String, CiphertextFormat)
加密-SHA1方式
Public methodEquals (Inherited from Object.)
Public methodStatic memberFromCiphertext
将某种格式的密文转为加密后的二进制数据
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberSortAndConcat
将字符串数组排序后拼接成一个文本信息
Public methodStatic memberToCiphertext
将加密后的二进制数据转为某种格式的文本信息
Public methodToString (Inherited from Object.)
Top
See Also