RSADEncrypt Class

HD.Common

RSADEncrypt Class Helper帮助文档
RSA加密解密及RSA签名和验证
Inheritance Hierarchy

SystemObject  HD.CommonRSADEncrypt

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class RSADEncrypt
Public Class RSADEncrypt
public ref class RSADEncrypt
type RSADEncrypt =  class end

The RSADEncrypt type exposes the following members.

Constructors

  NameDescription
Public methodRSADEncrypt
构造函数
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHash(FileStream, Byte)
Public methodGetHash(FileStream, String)
Public methodGetHash(String, Byte)
Public methodGetHash(String, String)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRSADecrypt(String, Byte)
Public methodRSADecrypt(String, String)
Public methodRSAEncrypt(String, Byte)
Public methodRSAEncrypt(String, String)
Public methodRSAKey
RSA 的密钥产生 产生私钥 和公钥
Public methodSignatureDeformatter(String, Byte, Byte)
Public methodSignatureDeformatter(String, Byte, String)
Public methodSignatureDeformatter(String, String, Byte)
Public methodSignatureDeformatter(String, String, String)
Public methodSignatureFormatter(String, Byte, Byte)
Public methodSignatureFormatter(String, Byte, String)
Public methodSignatureFormatter(String, String, Byte)
Public methodSignatureFormatter(String, String, String)
Public methodToString (Inherited from Object.)
Top
See Also

Reference