Table of Contents

Class DerApplicationSpecific

Namespace
Enterprises.Org.BouncyCastle.Asn1
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class DerApplicationSpecific : Asn1Object, IAsn1Convertible
Inheritance
DerApplicationSpecific
Implements
Derived
Inherited Members

Constructors

DerApplicationSpecific(bool, int, Asn1Encodable)

public DerApplicationSpecific(bool isExplicit, int tag, Asn1Encodable obj)

Parameters

isExplicit bool
tag int
obj Asn1Encodable

DerApplicationSpecific(int, Asn1Encodable)

public DerApplicationSpecific(int tag, Asn1Encodable obj)

Parameters

tag int
obj Asn1Encodable

DerApplicationSpecific(int, Asn1EncodableVector)

public DerApplicationSpecific(int tagNo, Asn1EncodableVector vec)

Parameters

tagNo int
vec Asn1EncodableVector

DerApplicationSpecific(int, byte[])

public DerApplicationSpecific(int tag, byte[] octets)

Parameters

tag int
octets byte[]

Properties

ApplicationTag

public int ApplicationTag { get; }

Property Value

int

Methods

Asn1Equals(Asn1Object)

protected override bool Asn1Equals(Asn1Object asn1Object)

Parameters

asn1Object Asn1Object

Returns

bool

Asn1GetHashCode()

protected override int Asn1GetHashCode()

Returns

int

GetContents()

public byte[] GetContents()

Returns

byte[]

GetObject()

public Asn1Object GetObject()

Returns

Asn1Object

GetObject(int)

public Asn1Object GetObject(int derTagNo)

Parameters

derTagNo int

Returns

Asn1Object

IsConstructed()

public bool IsConstructed()

Returns

bool