C# 클래스 Brunet.Security.CertificateMaker

This class is used to make signing certificates easier. The other method is to use the OpenSSL stack, which this has been verified to work with.
상속: Certificate
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 메소드들

메소드 설명
CertificateMaker ( Mono.Security.X509.X509Certificate x509 ) : Brunet
CertificateMaker ( byte RawData ) : Brunet
CertificateMaker ( string Country, string Organization, string OrganizationalUnit, string Name, string Email, RSACryptoServiceProvider PublicKey, string NodeAddress ) : Brunet
Sign ( Certificate Signer, RSA PrivateKey ) : Certificate

This method is called by a CA to sign the provided Certificate with our RSA key.

메소드 상세

CertificateMaker() 공개 메소드

public CertificateMaker ( Mono.Security.X509.X509Certificate x509 ) : Brunet
x509 Mono.Security.X509.X509Certificate
리턴 Brunet

CertificateMaker() 공개 메소드

public CertificateMaker ( byte RawData ) : Brunet
RawData byte
리턴 Brunet

CertificateMaker() 공개 메소드

public CertificateMaker ( string Country, string Organization, string OrganizationalUnit, string Name, string Email, RSACryptoServiceProvider PublicKey, string NodeAddress ) : Brunet
Country string
Organization string
OrganizationalUnit string
Name string
Email string
PublicKey System.Security.Cryptography.RSACryptoServiceProvider
NodeAddress string
리턴 Brunet

Sign() 공개 메소드

This method is called by a CA to sign the provided Certificate with our RSA key.
public Sign ( Certificate Signer, RSA PrivateKey ) : Certificate
Signer Certificate
PrivateKey System.Security.Cryptography.RSA
리턴 Certificate