Class: CertificateSubjectDescription

CertificateSubjectDescription

new CertificateSubjectDescription(oid, value)

A CertificateSubjectDescription represents the SubjectDescription entry in a Certificate. Create a new CertificateSubjectDescription.
Parameters:
Name Type Description
oid string | OID The oid of the subject description entry.
value string The value of the subject description entry.
Source:

Methods

toDer() → {DerNode}

Encode the object into a DER syntax tree.
Source:
Returns:
The encoded DER syntax tree.
Type
DerNode