PrivateKeyInfo
Represents the PrivateKeyInfo structure described in RFC5280
Extends
Extended by
Implements
Constructors
Constructor
new PrivateKeyInfo(
parameters):PrivateKeyInfo
Initializes a new instance of the PrivateKeyInfo class
Parameters
parameters
Initialization parameters
Returns
PrivateKeyInfo
Overrides
Properties
attributes?
optionalattributes:Attribute[]
Implementation of
parsedKey?
optionalparsedKey:ECPrivateKey|RSAPrivateKey
Implementation of
privateKey
privateKey:
OctetString
Implementation of
privateKeyAlgorithm
privateKeyAlgorithm:
AlgorithmIdentifier
Implementation of
IPrivateKeyInfo.privateKeyAlgorithm
version
version:
number
Implementation of
CLASS_NAME
staticCLASS_NAME:string="PrivateKeyInfo"
Name of the class
Overrides
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
fromSchema()
fromSchema(
schema):void
Converts parsed ASN.1 object into current class
Parameters
schema
any
ASN.1 schema
Returns
void
Overrides
toJSON()
toJSON():
JsonWebKey|PrivateKeyInfoJson
Converts the class to JSON object
Returns
JsonWebKey | PrivateKeyInfoJson
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
"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
Overrides
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