Skip to main content

AttributeTypeAndValue

Represents the AttributeTypeAndValue structure described in RFC5280

Extends

Implements

Constructors

new AttributeTypeAndValue()

new AttributeTypeAndValue(parameters): AttributeTypeAndValue

Initializes a new instance of the AttributeTypeAndValue class

Parameters

parameters: AttributeTypeAndValueParameters = {}

Initialization parameters

Returns

AttributeTypeAndValue

Overrides

PkiObject.constructor

Properties

type

type: string

Implementation of

IAttributeTypeAndValue.type


value

value: AttributeValueType

Implementation of

IAttributeTypeAndValue.value


CLASS_NAME

static CLASS_NAME: string = "AttributeTypeAndValue"

Name of the class

Overrides

PkiObject.CLASS_NAME

Accessors

className

get className(): string

Returns

string

Inherited from

PkiObject.className

Methods

fromSchema()

fromSchema(schema): void

Converts parsed ASN.1 object into current class

Parameters

schema: any

ASN.1 schema

Returns

void

Overrides

PkiObject.fromSchema


isEqual()

isEqual(compareTo): boolean

Compares two AttributeTypeAndValue values, or AttributeTypeAndValue with ArrayBuffer value

Parameters

compareTo: ArrayBuffer | AttributeTypeAndValue

The value compare to current

Returns

boolean


toJSON()

toJSON(): AttributeTypeAndValueJson

Converts the class to JSON object

Returns

AttributeTypeAndValueJson

JSON object

Overrides

PkiObject.toJSON


toSchema()

toSchema(): Sequence

Converts current object to ASN.1 object and sets correct values

Returns

Sequence

ASN.1 object

Overrides

PkiObject.toSchema


toString()

toString(encoding): string

Parameters

encoding: "base64" | "base64url" | "hex" = "hex"

Returns

string

Inherited from

PkiObject.toString


blockName()

static blockName(): string

Returns block name

Returns

string

Returns string block name

Inherited from

PkiObject.blockName


defaultValues()

defaultValues(memberName)

static defaultValues(memberName): string

Returns default values for all class members

Parameters

memberName: "type"

String name for a class member

Returns

string

Default value

Overrides

PkiObject.defaultValues

defaultValues(memberName)

static defaultValues(memberName): AttributeValueType

Returns default values for all class members

Parameters

memberName: "value"

String name for a class member

Returns

AttributeValueType

Default value

Overrides

PkiObject.defaultValues


fromBER()

static fromBER<T>(this, raw): T

Creates PKI object from the raw data

Type Parameters

T extends PkiObject

Parameters

this: PkiObjectConstructor<T>

raw: BufferSource

ASN.1 encoded raw data

Returns

T

Initialized and filled current class object

Inherited from

PkiObject.fromBER


schema()

static schema(parameters): any

Returns value of pre-defined ASN.1 schema for current class

Parameters

parameters: SchemaParameters<object> = {}

Input parameters for the schema

Returns

any

ASN.1 schema object

Overrides

PkiObject.schema