C# 클래스 Org.BouncyCastle.X509.X509CertificatePair

This class contains a cross certificate pair. Cross certificates pairs may contain two cross signed certificates from two CAs. A certificate from the other CA to this CA is contained in the forward certificate, the certificate from this CA to the other CA is contained in the reverse certificate.
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetEncoded ( ) : byte[]
GetHashCode ( ) : int
X509CertificatePair ( CertificatePair pair ) : System

Constructor from a ASN.1 CertificatePair structure.

X509CertificatePair ( X509Certificate forward, X509Certificate reverse ) : System

Constructor

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetEncoded() 공개 메소드

public GetEncoded ( ) : byte[]
리턴 byte[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

X509CertificatePair() 공개 메소드

Constructor from a ASN.1 CertificatePair structure.
public X509CertificatePair ( CertificatePair pair ) : System
pair Org.BouncyCastle.Asn1.X509.CertificatePair The CertificatePair ASN.1 object.
리턴 System

X509CertificatePair() 공개 메소드

Constructor
public X509CertificatePair ( X509Certificate forward, X509Certificate reverse ) : System
forward X509Certificate Certificate from the other CA to this CA.
reverse X509Certificate Certificate from this CA to the other CA.
리턴 System