Skip to main content

SignedAndUnsignedAttributes

Represents the SignedAndUnsignedAttributes structure described in RFC5652

Extends

Implements

Constructors

new SignedAndUnsignedAttributes()

new SignedAndUnsignedAttributes(parameters): SignedAndUnsignedAttributes

Initializes a new instance of the SignedAndUnsignedAttributes class

Parameters

parameters: SignedAndUnsignedAttributesParameters = {}

Initialization parameters

Returns

SignedAndUnsignedAttributes

Overrides

PkiObject.constructor

Properties

attributes

attributes: Attribute[]

Implementation of

ISignedAndUnsignedAttributes.attributes


encodedValue

encodedValue: ArrayBuffer

Need to have it in order to successfully process with signature verification

Implementation of

ISignedAndUnsignedAttributes.encodedValue


type

type: number

Implementation of

ISignedAndUnsignedAttributes.type


CLASS_NAME

static CLASS_NAME: string = "SignedAndUnsignedAttributes"

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


toJSON()

toJSON(): SignedAndUnsignedAttributesJson

Converts the class to JSON object

Returns

SignedAndUnsignedAttributesJson

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


compareWithDefault()

static compareWithDefault(memberName, memberValue): boolean

Compare values with default values for all class members

Parameters

memberName: string

String name for a class member

memberValue: any

Value to compare with default value

Returns

boolean


defaultValues()

defaultValues(memberName)

static defaultValues(memberName): number

Returns default values for all class members

Parameters

memberName: "type"

String name for a class member

Returns

number

Default value

Overrides

PkiObject.defaultValues

defaultValues(memberName)

static defaultValues(memberName): Attribute[]

Returns default values for all class members

Parameters

memberName: "attributes"

String name for a class member

Returns

Attribute[]

Default value

Overrides

PkiObject.defaultValues

defaultValues(memberName)

static defaultValues(memberName): ArrayBuffer

Returns default values for all class members

Parameters

memberName: "encodedValue"

String name for a class member

Returns

ArrayBuffer

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: SignedAndUnsignedAttributesSchema = {}

Input parameters for the schema

Returns

any

ASN.1 schema object

Overrides

PkiObject.schema