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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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