SignedCertificateTimestampList
Represents the SignedCertificateTimestampList structure described in RFC6962
Extends
Implements
Constructors
new SignedCertificateTimestampList()
new SignedCertificateTimestampList(
parameters
):SignedCertificateTimestampList
Initializes a new instance of the SignedCertificateTimestampList class
Parameters
• parameters: SignedCertificateTimestampListParameters
= {}
Initialization parameters
Returns
SignedCertificateTimestampList
Overrides
Properties
timestamps
timestamps:
SignedCertificateTimestamp
[]
Implementation of
ISignedCertificateTimestampList
.timestamps
CLASS_NAME
static
CLASS_NAME:string
="SignedCertificateTimestampList"
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():
SignedCertificateTimestampListJson
Converts the class to JSON object
Returns
SignedCertificateTimestampListJson
JSON object
Overrides
toSchema()
toSchema():
OctetString
Converts current object to ASN.1 object and sets correct values
Returns
OctetString
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(memberName
,memberValue
):boolean
Compare 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()
static
defaultValues(memberName
):SignedCertificateTimestamp
[]
Returns default values for all class members
Parameters
• memberName: "timestamps"
String name for a class member
Returns
Default value
Overrides
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