Table of Contents

Class PolicyInformation

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

Constructors

PolicyInformation(DerObjectIdentifier)

public PolicyInformation(DerObjectIdentifier policyIdentifier)

Parameters

policyIdentifier DerObjectIdentifier

PolicyInformation(DerObjectIdentifier, Asn1Sequence)

public PolicyInformation(DerObjectIdentifier policyIdentifier, Asn1Sequence policyQualifiers)

Parameters

policyIdentifier DerObjectIdentifier
policyQualifiers Asn1Sequence

Properties

PolicyIdentifier

public DerObjectIdentifier PolicyIdentifier { get; }

Property Value

DerObjectIdentifier

PolicyQualifiers

public Asn1Sequence PolicyQualifiers { get; }

Property Value

Asn1Sequence

Methods

GetInstance(Asn1TaggedObject, bool)

public static PolicyInformation GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

PolicyInformation

GetInstance(object)

public static PolicyInformation GetInstance(object obj)

Parameters

obj object

Returns

PolicyInformation

GetTagged(Asn1TaggedObject, bool)

public static PolicyInformation GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

PolicyInformation

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object