Skip to main content

Attribute

Represents the Attribute structure

Extends​

Extended by​

Constructors​

Constructor​

new Attribute(type, values?): Attribute

Crates a new instance

Parameters​

type​

string

Attribute identifier

values?​

BufferSource[]

List of DER encoded attribute values

Returns​

Attribute

Overrides​

AsnData.constructor

Constructor​

new Attribute(raw, options?): Attribute

Crates a new instance from DER encoded buffer

Parameters​

raw​

BufferSource

DER encoded buffer

options?​

any

Optional ASN.1 parse options (e.g. asn1js.fromBER resource limits)

Returns​

Attribute

Overrides​

AsnData.constructor

Properties​

asn​

protected readonly asn: AsnAttribute

ASN.1 object

Inherited from​

AsnData.asn


type​

type: string

Gets an attribute identifier


values​

values: ArrayBuffer[]

Gets a list of DER encoded attribute values


NAME​

static NAME: string = "Attribute"

Overrides​

AsnData.NAME

Accessors​

parseOptions​

Get Signature​

get protected parseOptions(): any

Gets the ASN.1 parse options the instance was created with

Returns​

any

Inherited from​

X509CrlEntry.parseOptions


rawData​

Get Signature​

get rawData(): ArrayBuffer

Gets a DER encoded buffer

Returns​

ArrayBuffer

Inherited from​

X509CrlEntry.rawData

Methods​

equal()​

equal(data): data is Attribute

Returns true if ASN.1 data is equal to another ASN.1 data, otherwise false

Parameters​

data​

any

Any data

Returns​

data is Attribute

Inherited from​

AsnData.equal


getTextName()​

protected getTextName(): string

Returns​

string

Inherited from​

AsnData.getTextName


onInit()​

protected onInit(asn): void

Occurs on instance initialization

Parameters​

asn​

AsnAttribute

ASN.1 object

Returns​

void

Overrides​

AsnData.onInit


toString()​

toString(format): string

Returns a string representation of an object.

Parameters​

format​

AsnDataStringFormat = "text"

Returns​

string

Inherited from​

AsnData.toString


toTextObject()​

toTextObject(): TextObject

Returns the object in textual representation

Returns​

TextObject

Overrides​

AsnData.toTextObject


toTextObjectEmpty()​

protected toTextObjectEmpty(value?): TextObject

Parameters​

value?​

string

Returns​

TextObject

Inherited from​

AsnData.toTextObjectEmpty


toTextObjectWithoutValue()​

toTextObjectWithoutValue(): TextObject

Returns​

TextObject