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
cCrlEntry
X509CrlEntry(CrlEntry, bool, X509Name)
public X509CrlEntry(CrlEntry c, bool isIndirect, X509Name previousCertificateIssuer)
Parameters
Properties
CrlEntry
public virtual CrlEntry CrlEntry { get; }
Property Value
HasExtensions
public bool HasExtensions { get; }
Property Value
RevocationDate
public DateTime RevocationDate { get; }
Property Value
SerialNumber
public BigInteger SerialNumber { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object other)
Parameters
otherobject
Returns
GetCertificateIssuer()
public X509Name GetCertificateIssuer()
Returns
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
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.