ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Initialize an X509Certificate element. More... | |
toXML (\DOMElement $parent) | |
Convert this X509Certificate element to XML. More... | |
Data Fields | |
$certificate | |
Definition at line 13 of file X509Certificate.php.
SAML2\XML\ds\X509Certificate::__construct | ( | \DOMElement | $xml = null | ) |
Initialize an X509Certificate element.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 27 of file X509Certificate.php.
References $xml.
SAML2\XML\ds\X509Certificate::toXML | ( | \DOMElement | $parent | ) |
Convert this X509Certificate element to XML.
\DOMElement | $parent | The element we should append this X509Certificate element to. |
Definition at line 42 of file X509Certificate.php.
References SAML2\Utils\addString(), and RobRichards\XMLSecLibs\XMLSecurityDSig\XMLDSIGNS.
SAML2\XML\ds\X509Certificate::$certificate |
Definition at line 20 of file X509Certificate.php.