Table of Contents

Class X509CrlEntry

Namespace
Org.BouncyCastle.X509
Assembly
BouncyCastle.Cryptography.dll
public class X509CrlEntry : X509ExtensionBase, IX509Extension
Inheritance
X509CrlEntry
Implements
Inherited Members

Constructors

X509CrlEntry(CrlEntry)

public X509CrlEntry(CrlEntry c)

Parameters

c CrlEntry

X509CrlEntry(CrlEntry, bool, X509Name)

public X509CrlEntry(CrlEntry c, bool isIndirect, X509Name previousCertificateIssuer)

Parameters

c CrlEntry
isIndirect bool
previousCertificateIssuer X509Name

Properties

CrlEntry

public virtual CrlEntry CrlEntry { get; }

Property Value

CrlEntry

HasExtensions

public bool HasExtensions { get; }

Property Value

bool

RevocationDate

public DateTime RevocationDate { get; }

Property Value

DateTime

SerialNumber

public BigInteger SerialNumber { get; }

Property Value

BigInteger

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object other)

Parameters

other object

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetCertificateIssuer()

public X509Name GetCertificateIssuer()

Returns

X509Name

GetEncoded()

public byte[] GetEncoded()

Returns

byte[]

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetX509Extensions()

protected override X509Extensions GetX509Extensions()

Returns

X509Extensions

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.