Skip to main content

Class: AlgorithmIdentifier

Represents the AlgorithmIdentifier structure described in RFC5280

Hierarchy

Implements

Constructors

constructor

new AlgorithmIdentifier(parameters?): AlgorithmIdentifier

Initializes a new instance of the AlgorithmIdentifier class

Parameters

NameTypeDescription
parametersAlgorithmIdentifierParametersInitialization parameters

Returns

AlgorithmIdentifier

Overrides

PkiObject.constructor

Properties

algorithmId

algorithmId: string

ObjectIdentifier for algorithm (string representation)

Implementation of

IAlgorithmIdentifier.algorithmId


algorithmParams

Optional algorithmParams: any

Any algorithm parameters

Implementation of

IAlgorithmIdentifier.algorithmParams


CLASS_NAME

Static CLASS_NAME: string = "AlgorithmIdentifier"

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

NameTypeDescription
schemaanyASN.1 schema

Returns

void

Overrides

PkiObject.fromSchema


isEqual

isEqual(algorithmIdentifier): boolean

Checks that two "AlgorithmIdentifiers" are equal

Parameters

NameType
algorithmIdentifierunknown

Returns

boolean


toJSON

toJSON(): AlgorithmIdentifierJson

Converts the class to JSON object

Returns

AlgorithmIdentifierJson

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

NameTypeDefault value
encoding"base64" | "base64url" | "hex""hex"

Returns

string

Inherited from

PkiObject.toString


blockName

blockName(): string

Returns block name

Returns

string

Returns string block name

Inherited from

PkiObject.blockName


compareWithDefault

compareWithDefault(memberName, memberValue): boolean

Compares values with default values for all class members

Parameters

NameTypeDescription
memberNamestringString name for a class member
memberValueanyValue to compare with default value

Returns

boolean


defaultValues

defaultValues(memberName): string

Returns default values for all class members

Parameters

NameTypeDescription
memberName"algorithmId"String name for a class member

Returns

string

Default value

Overrides

PkiObject.defaultValues

defaultValues(memberName): any

Parameters

NameType
memberName"algorithmParams"

Returns

any

Overrides

PkiObject.defaultValues


fromBER

fromBER<T>(this, raw): T

Creates PKI object from the raw data

Type parameters

NameType
Textends PkiObject

Parameters

NameTypeDescription
thisPkiObjectConstructor<T>-
rawBufferSourceASN.1 encoded raw data

Returns

T

Initialized and filled current class object

Inherited from

PkiObject.fromBER


schema

schema(parameters?): any

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

Parameters

NameTypeDescription
parametersAlgorithmIdentifierSchemaInput parameters for the schema

Returns

any

ASN.1 schema object

Overrides

PkiObject.schema