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