Searched refs:decryptedDocument (Results 1 – 1 of 1) sorted by relevance
33 public $decryptedDocument; variable in OneLogin_Saml2_Response86 $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 …]