KeyBag
Class from RFC5208
Extends
Constructors
new KeyBag()
new KeyBag(
parameters
):KeyBag
Constructor for Attribute class
Parameters
• parameters = {}
Returns
Overrides
Properties
attributes?
optional
attributes:Attribute
[]
Inherited from
parsedKey?
optional
parsedKey:ECPrivateKey
|RSAPrivateKey
Inherited from
privateKey
privateKey:
OctetString
Inherited from
privateKeyAlgorithm
privateKeyAlgorithm:
AlgorithmIdentifier
Inherited from
PrivateKeyInfo
.privateKeyAlgorithm
version
version:
number
Inherited from
CLASS_NAME
static
CLASS_NAME:string
="PrivateKeyInfo"
Name of the class
Inherited from
Accessors
className
get
className():string
Returns
string
Inherited from
Methods
fromJSON()
fromJSON(
json
):void
Converts JSON value into current object
Parameters
• json: any
JSON object
Returns
void
Inherited from
fromSchema()
fromSchema(
schema
):void
Converts parsed ASN.1 object into current class
Parameters
• schema: any
ASN.1 schema
Returns
void
Inherited from
toJSON()
toJSON():
JsonWebKey
|PrivateKeyInfoJson
Converts the class to JSON object
Returns
JsonWebKey
| PrivateKeyInfoJson
JSON object
Inherited from
toSchema()
toSchema():
Sequence
Converts current object to ASN.1 object and sets correct values
Returns
Sequence
ASN.1 object
Inherited from
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
defaultValues()
static
defaultValues(memberName
):any
Returns default values for all class members
Parameters
• memberName: string
String name for a class member
Returns
any
Default value
Inherited from
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: SchemaParameters
<object
> = {}
Input parameters for the schema
Returns
any
ASN.1 schema object