33 $this->certificate =
$xml->textContent;
42 public function toXML(\DOMElement $parent)
44 assert(is_string($this->certificate));
An exception for terminatinating execution or to throw for unit testing.
static addString(\DOMElement $parent, $namespace, $name, $value)
Append string element.
__construct(\DOMElement $xml=null)
Initialize an X509Certificate element.
toXML(\DOMElement $parent)
Convert this X509Certificate element to XML.