X509CertificatePair Class

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class X509CertificatePair
Inheritance
Object    X509CertificatePair

Remarks

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.

Constructors

X509CertificatePair(CertificatePair)Constructor from a ASN.1 CertificatePair structure.
X509CertificatePair(X509Certificate, X509Certificate)Constructor

Properties

ForwardReturns the certificate from the other CA to this CA.
ReverseReturns the certificate from this CA to the other CA.

Methods

Equals
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetCertificatePair 
GetEncoded 
GetHashCode
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also