crypto.Certificate()
Description
Creates an instance of Certificate.
Syntax
new crypto.Certificate(dataPEM)
Parameters
new crypto.Certificate(pem)
pem
A string or a Data object containing the certificate in PEM format.
Return Value
A Certificate object created from the PEM file.