OtherKeyAttribute
Represents the OtherKeyAttribute structure described in RFC5652
Extends
Implements
Constructors
new OtherKeyAttribute()
new OtherKeyAttribute(
parameters
):OtherKeyAttribute
Initializes a new instance of the OtherKeyAttribute class
Parameters
• parameters: OtherKeyAttributeParameters
= {}
Initialization parameters
Returns
Overrides
Properties
keyAttr?
optional
keyAttr:any
Implementation of
keyAttrId
keyAttrId:
string
Implementation of
CLASS_NAME
static
CLASS_NAME:string
="OtherKeyAttribute"
Name of the class
Overrides
Accessors
className
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
toJSON()
toJSON():
OtherKeyAttributeJson
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"
= "hex"
Returns
string
Inherited from
blockName()
static
blockName():string
Returns block name
Returns
string
Returns string block name
Inherited from
compareWithDefault()
static
compareWithDefault<T
>(memberName
,memberValue
):memberValue is T
Compare values with default values for all class members
Type Parameters
• T extends object
Parameters
• memberName: string
String name for a class member
• memberValue: T
Value to compare with default value
Returns
memberValue is T
defaultValues()
defaultValues(memberName)
static
defaultValues(memberName
):string
Returns default values for all class members
Parameters
• memberName: "keyAttrId"
String name for a class member
Returns
string
Default value
Overrides
defaultValues(memberName)
static
defaultValues(memberName
):any
Returns default values for all class members
Parameters
• memberName: "keyAttr"
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: any
= {}
Input parameters for the schema
Returns
any
ASN.1 schema object