BasicConstraints
Represents the BasicConstraints structure described in RFC5280
Extends
Implements
Constructors
Constructor
new BasicConstraints(
parameters):BasicConstraints
Initializes a new instance of the AuthorityKeyIdentifier class
Parameters
parameters
BasicConstraintsParameters = {}
Initialization parameters
Returns
BasicConstraints
Overrides
Properties
cA
cA:
boolean
Implementation of
pathLenConstraint?
optionalpathLenConstraint:any
Implementation of
IBasicConstraints.pathLenConstraint
CLASS_NAME
staticCLASS_NAME:string="BasicConstraints"
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():
BasicConstraintsJson
Conversion for the class to JSON object
Returns
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):boolean
Returns default values for all class members
Parameters
memberName
"cA"
String name for a class member
Returns
boolean
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<{ cA?: string; pathLenConstraint?: string; }> = {}
Input parameters for the schema
Returns
any
ASN.1 schema object