SAML2\Assertion::parseEncryptedAttributes PHP Method

parseEncryptedAttributes() private method

Parse encrypted attribute statements in assertion.
private parseEncryptedAttributes ( DOMElement $xml )
$xml DOMElement The XML element with the assertion.
    private function parseEncryptedAttributes(\DOMElement $xml)
    {
        $this->encryptedAttributes = Utils::xpQuery($xml, './saml_assertion:AttributeStatement/saml_assertion:EncryptedAttribute');
    }