KeyBag
Class from RFC5208
Extends
Constructors
Constructor
new KeyBag(
parameters):KeyBag
Constructor for Attribute class
Parameters
parameters
Returns
KeyBag
Overrides
Properties
attributes?
optionalattributes:Attribute[]
Inherited from
parsedKey?
optionalparsedKey:ECPrivateKey|RSAPrivateKey
Inherited from
privateKey
privateKey:
OctetString
Inherited from
privateKeyAlgorithm
privateKeyAlgorithm:
AlgorithmIdentifier
Inherited from
PrivateKeyInfo.privateKeyAlgorithm
version
version:
number
Inherited from
CLASS_NAME
staticCLASS_NAME:string="PrivateKeyInfo"
Name of the class
Inherited from
Accessors
className
Get Signature
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
"hex" | "base64" | "base64url"
Returns
string
Inherited from
blockName()
staticblockName():string
Returns block name
Returns
string
Returns string block name
Inherited from
defaultValues()
staticdefaultValues(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()
staticfromBER<T>(this,raw):T
Creates PKI object from the raw data
Type Parameters
T
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()
staticschema(parameters):any
Returns value of pre-defined ASN.1 schema for current class
Parameters
parameters
SchemaParameters<{ attributes?: string; privateKey?: string; privateKeyAlgorithm?: AlgorithmIdentifierSchema; version?: string; }> = {}
Input parameters for the schema
Returns
any
ASN.1 schema object