Home
last modified time | relevance | path

Searched refs:decryptedDocument (Results 1 – 1 of 1) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php33 public $decryptedDocument; variable in OneLogin_Saml2_Response
86 $this->decryptedDocument = clone $this->document;
88 $this->decryptedDocument = $this->_decryptAssertion($this->decryptedDocument);
371 …$encryptedIDNodes = OneLogin_Saml2_Utils::query($this->decryptedDocument, '/samlp:Response/saml:As…
406 … $documentToCheckAssertion = $this->encrypted ? $this->decryptedDocument : $this->document;
825 $assertionNodes = $this->decryptedDocument->getElementsByTagName('Assertion');
848 $signNodes = $this->decryptedDocument->getElementsByTagName('Signature');
934 $document = $this->decryptedDocument;
1020 $xpath = new DOMXPath($this->decryptedDocument);
1071 return OneLogin_Saml2_Utils::query($this->decryptedDocument, $query);
[all …]