|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for SAML2\XML\md\KeyDescriptor:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Initialize an KeyDescriptor. More... | |
| toXML (\DOMElement $parent) | |
| Convert this KeyDescriptor to XML. More... | |
Data Fields | |
| $use | |
| $KeyInfo | |
| $EncryptionMethod = array() | |
Definition at line 15 of file KeyDescriptor.php.
| SAML2\XML\md\KeyDescriptor::__construct | ( | \DOMElement | $xml = null | ) |
Initialize an KeyDescriptor.
| \DOMElement | null | $xml | The XML element we should load. |
Definition at line 48 of file KeyDescriptor.php.
References $xml, and SAML2\Utils\xpQuery().
Here is the call graph for this function:| SAML2\XML\md\KeyDescriptor::toXML | ( | \DOMElement | $parent | ) |
Convert this KeyDescriptor to XML.
| \DOMElement | $parent | The element we should append this KeyDescriptor to. |
Definition at line 77 of file KeyDescriptor.php.
References SAML2\Constants\NS_MD.
| SAML2\XML\md\KeyDescriptor::$EncryptionMethod = array() |
Definition at line 40 of file KeyDescriptor.php.
| SAML2\XML\md\KeyDescriptor::$KeyInfo |
Definition at line 31 of file KeyDescriptor.php.
| SAML2\XML\md\KeyDescriptor::$use |
Definition at line 24 of file KeyDescriptor.php.