ReadCertificate Method
Loads a certificate from a file.
Object Oriented Interface
public function doReadCertificate($filename);
Procedural Interface
ipworksopenpgp_certmgr_do_readcertificate($res, $filename);
Remarks
This method will load a certificate from a file. The file contents can be encoded in base64 (PEM) or ASN (DER) format.