DistributionPoint
Represents the DistributionPoint structure described in RFC5280
Extends
Implements
Constructors
Constructor
new DistributionPoint(
parameters):DistributionPoint
Initializes a new instance of the DistributionPoint class
Parameters
parameters
DistributionPointParameters = {}
Initialization parameters
Returns
DistributionPoint
Overrides
Properties
cRLIssuer?
optionalcRLIssuer:GeneralName[]
Implementation of
distributionPoint?
optionaldistributionPoint:DistributionPointName
Implementation of
IDistributionPoint.distributionPoint
reasons?
optionalreasons:any
Implementation of
CLASS_NAME
staticCLASS_NAME:string="DistributionPoint"
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():
DistributionPointJson
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
"hex" | "base64" | "base64url"
Returns
string
Inherited from
blockName()
staticblockName():string
Returns block name
Returns
string
Returns string block name
Inherited from
defaultValues()
Call Signature
staticdefaultValues(memberName):DistributionPointName
Returns default values for all class members
Parameters
memberName
"distributionPoint"
String name for a class member
Returns
Default value
Overrides
Call Signature
staticdefaultValues(memberName):BitString
Returns default values for all class members
Parameters
memberName
"reasons"
String name for a class member
Returns
BitString
Default value
Overrides
PkiObject.defaultValues
Call Signature
staticdefaultValues(memberName):GeneralName[]
Returns default values for all class members
Parameters
memberName
"cRLIssuer"
String name for a class member
Returns
Default value
Overrides
PkiObject.defaultValues
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<{ cRLIssuer?: string; cRLIssuerNames?: string; distributionPoint?: string; distributionPointNames?: string; reasons?: string; }> = {}
Input parameters for the schema
Returns
any
ASN.1 schema object