AlgorithmIdentifier
Represents the AlgorithmIdentifier structure described in RFC5280
Extends
Implements
Constructors
new AlgorithmIdentifier()
new AlgorithmIdentifier(
parameters
):AlgorithmIdentifier
Initializes a new instance of the AlgorithmIdentifier class
Parameters
parameters
AlgorithmIdentifierParameters
= {}
Initialization parameters
Returns
Overrides
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
Accessors
className
Get Signature
get className():
string
Returns
string
Inherited from
Methods
fromSchema()
fromSchema(
schema
):void
Converts parsed ASN.1 object into current class
Parameters
schema
any
ASN.1 schema
Returns
void
Overrides
isEqual()
isEqual(
algorithmIdentifier
):boolean
Checks that two "AlgorithmIdentifiers" are equal
Parameters
algorithmIdentifier
unknown
Returns
boolean
toJSON()
toJSON():
AlgorithmIdentifierJson
Converts the class to JSON object
Returns
JSON object
Overrides
toSchema()
toSchema():
Sequence
Converts current object to ASN.1 object and sets correct values
Returns
Sequence
ASN.1 object
Overrides
toString()
toString(
encoding
):string
Parameters
encoding
"base64"
| "base64url"
| "hex"
Returns
string
Inherited from
blockName()
static
blockName():string
Returns block name
Returns
string
Returns string block name
Inherited from
compareWithDefault()
static
compareWithDefault(memberName
,memberValue
):boolean
Compares 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()
Call Signature
static
defaultValues(memberName
):string
Returns default values for all class members
Parameters
memberName
"algorithmId"
String name for a class member
Returns
string
Default value
Overrides
Call Signature
static
defaultValues(memberName
):any
Returns default values for all class members
Parameters
memberName
"algorithmParams"
String name for a class member
Returns
any
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
schema()
static
schema(parameters
):any
Returns value of pre-defined ASN.1 schema for current class
Parameters
parameters
AlgorithmIdentifierSchema
= {}
Input parameters for the schema
Returns
any
ASN.1 schema object