Class: RevocationInfoChoices
Represents the RevocationInfoChoices structure described in RFC5652
Hierarchy
-
↳
RevocationInfoChoices
Implements
Constructors
constructor
• new RevocationInfoChoices(parameters?
): RevocationInfoChoices
Initializes a new instance of the RevocationInfoChoices class
Parameters
Name | Type | Description |
---|---|---|
parameters | RevocationInfoChoicesParameters | Initialization parameters |
Returns
Overrides
Properties
crls
• crls: CertificateRevocationList
[]
Implementation of
otherRevocationInfos
• otherRevocationInfos: OtherRevocationInfoFormat
[]
Implementation of
IRevocationInfoChoices.otherRevocationInfos
CLASS_NAME
▪ Static
CLASS_NAME: string
= "RevocationInfoChoices"
Name of the class
Overrides
Accessors
className
• get
className(): string
Returns
string
Inherited from
PkiObject.className
Methods
fromSchema
▸ fromSchema(schema
): void
Converts parsed ASN.1 object into current class
Parameters
Name | Type | Description |
---|---|---|
schema | any | ASN.1 schema |
Returns
void
Overrides
toJSON
▸ toJSON(): RevocationInfoChoicesJson
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
Name | Type | Default value |
---|---|---|
encoding | "base64" | "base64url" | "hex" | "hex" |
Returns
string
Inherited from
blockName
▸ blockName(): string
Returns block name
Returns
string
Returns string block name
Inherited from
defaultValues
▸ defaultValues(memberName
): CertificateRevocationList
[]
Returns default values for all class members
Parameters
Name | Type | Description |
---|---|---|
memberName | "crls" | String name for a class member |
Returns
Default value
Overrides
▸ defaultValues(memberName
): OtherRevocationInfoFormat
[]
Parameters
Name | Type |
---|---|
memberName | "otherRevocationInfos" |
Returns
Overrides
PkiObject.defaultValues
fromBER
▸ fromBER<T
>(this
, raw
): T
Creates PKI object from the raw data
Type parameters
Name | Type |
---|---|
T | extends PkiObject |
Parameters
Name | Type | Description |
---|---|---|
this | PkiObjectConstructor <T > | - |
raw | BufferSource | ASN.1 encoded raw data |
Returns
T
Initialized and filled current class object
Inherited from
schema
▸ schema(parameters?
): any
Returns value of pre-defined ASN.1 schema for current class
Parameters
Name | Type | Description |
---|---|---|
parameters | RevocationInfoChoicesSchema | Input parameters for the schema |
Returns
any
ASN.1 schema object