Table of Contents

Class ContentHints

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

Constructors

ContentHints(DerObjectIdentifier)

public ContentHints(DerObjectIdentifier contentType)

Parameters

contentType DerObjectIdentifier

ContentHints(DerObjectIdentifier, DerUtf8String)

public ContentHints(DerObjectIdentifier contentType, DerUtf8String contentDescription)

Parameters

contentType DerObjectIdentifier
contentDescription DerUtf8String

Properties

ContentDescription

public DerUtf8String ContentDescription { get; }

Property Value

DerUtf8String

ContentType

public DerObjectIdentifier ContentType { get; }

Property Value

DerObjectIdentifier

Methods

GetInstance(Asn1TaggedObject, bool)

public static ContentHints GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

ContentHints

GetInstance(object)

public static ContentHints GetInstance(object o)

Parameters

o object

Returns

ContentHints

GetTagged(Asn1TaggedObject, bool)

public static ContentHints GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

ContentHints

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object