OtherRevocationInfoFormat
Represents the OtherRevocationInfoFormat structure described in RFC5652
Extends
Implements
Constructors
new OtherRevocationInfoFormat()
new OtherRevocationInfoFormat(
parameters
):OtherRevocationInfoFormat
Initializes a new instance of the OtherRevocationInfoFormat class
Parameters
parameters
OtherRevocationInfoFormatParameters
= {}
Initialization parameters
Returns
Overrides
Properties
otherRevInfo
otherRevInfo:
any
Implementation of
IOtherRevocationInfoFormat
.otherRevInfo
otherRevInfoFormat
otherRevInfoFormat:
string
Implementation of
IOtherRevocationInfoFormat
.otherRevInfoFormat
CLASS_NAME
static
CLASS_NAME:string
="OtherRevocationInfoFormat"
Name of the class
Overrides
Accessors
className
Get Signature
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():
OtherRevocationInfoFormatJson
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"
Returns
string
Inherited from
blockName()
static
blockName():string
Returns block name
Returns
string
Returns string block name
Inherited from
defaultValues()
Call Signature
static
defaultValues(memberName
):string
Returns default values for all class members
Parameters
memberName
"otherRevInfoFormat"
String name for a class member
Returns
string
Default value
Overrides
Call Signature
static
defaultValues(memberName
):any
Returns default values for all class members
Parameters
memberName
"otherRevInfo"
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
SchemaParameters
<{ otherRevInfo
: string
; otherRevInfoFormat
: string
; }> = {}
Input parameters for the schema
Returns
any
ASN.1 schema object