RelativeDistinguishedNames
Represents the RelativeDistinguishedNames structure described in RFC5280
Extends
Implements
Constructors
Constructor
new RelativeDistinguishedNames(
parameters):RelativeDistinguishedNames
Initializes a new instance of the RelativeDistinguishedNames class
Parameters
parameters
RelativeDistinguishedNamesParameters = {}
Initialization parameters
Returns
RelativeDistinguishedNames
Overrides
Properties
typesAndValues
typesAndValues:
AttributeTypeAndValue[]
Array of "type and value" objects
Implementation of
IRelativeDistinguishedNames.typesAndValues
valueBeforeDecode
valueBeforeDecode:
ArrayBuffer
Value of the RDN before decoding from schema
Implementation of
IRelativeDistinguishedNames.valueBeforeDecode
CLASS_NAME
staticCLASS_NAME:string="RelativeDistinguishedNames"
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
isEqual()
isEqual(
compareTo):boolean
Compares two RDN values, or RDN with ArrayBuffer value
Parameters
compareTo
unknown
The value compare to current
Returns
boolean
toJSON()
toJSON():
RelativeDistinguishedNamesJson
Converts the class to JSON object
Returns
RelativeDistinguishedNamesJson
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
compareWithDefault()
staticcompareWithDefault(memberName,memberValue):boolean
Compares 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()
Call Signature
staticdefaultValues(memberName):AttributeTypeAndValue[]
Returns default values for all class members
Parameters
memberName
"typesAndValues"
String name for a class member
Returns
Default value
Overrides
Call Signature
staticdefaultValues(memberName):ArrayBuffer
Returns default values for all class members
Parameters
memberName
"valueBeforeDecode"
String name for a class member
Returns
ArrayBuffer
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
RelativeDistinguishedNamesSchema = {}
Input parameters for the schema
Returns
any
ASN.1 schema object