Skip to main content

toJSON

method X509Certificate.prototype.toJSON
Jump to headingX509Certificate.prototype.toJSON(): string

There is no standard JSON encoding for X509 certificates. ThetoJSON() method returns a string containing the PEM encoded certificate.

Return Type Jump to heading

string
Back to top