|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for SAML2\XML\alg\DigestMethod:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Create/parse an alg:DigestMethod element. More... | |
| toXML (\DOMElement $parent) | |
| Convert this element to XML. More... | |
Data Fields | |
| $Algorithm | |
Definition at line 12 of file DigestMethod.php.
| SAML2\XML\alg\DigestMethod::__construct | ( | \DOMElement | $xml = null | ) |
Create/parse an alg:DigestMethod element.
| \DOMElement | null | $xml | The XML element we should load or null to create a new one from scratch. |
Definition at line 29 of file DigestMethod.php.
References $xml.
| SAML2\XML\alg\DigestMethod::toXML | ( | \DOMElement | $parent | ) |
Convert this element to XML.
| \DOMElement | $parent | The element we should append to. |
Definition at line 48 of file DigestMethod.php.
References SAML2\XML\alg\Common\NS.
| SAML2\XML\alg\DigestMethod::$Algorithm |
Definition at line 19 of file DigestMethod.php.