Table of Contents

Class CrlDistPoint

Namespace
Org.BouncyCastle.Asn1.X509
Assembly
BouncyCastle.Cryptography.dll
public class CrlDistPoint : Asn1Encodable, IAsn1Convertible
Inheritance
CrlDistPoint
Implements
Inherited Members

Constructors

CrlDistPoint(DistributionPoint[])

public CrlDistPoint(DistributionPoint[] points)

Parameters

points DistributionPoint[]

Methods

FromExtensions(X509Extensions)

public static CrlDistPoint FromExtensions(X509Extensions extensions)

Parameters

extensions X509Extensions

Returns

CrlDistPoint

GetDistributionPoints()

public DistributionPoint[] GetDistributionPoints()

Returns

DistributionPoint[]

GetInstance(Asn1TaggedObject, bool)

public static CrlDistPoint GetInstance(Asn1TaggedObject obj, bool explicitly)

Parameters

obj Asn1TaggedObject
explicitly bool

Returns

CrlDistPoint

GetInstance(object)

public static CrlDistPoint GetInstance(object obj)

Parameters

obj object

Returns

CrlDistPoint

GetTagged(Asn1TaggedObject, bool)

public static CrlDistPoint GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

CrlDistPoint

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.