Lines Matching refs:decryptedDocument
33 public $decryptedDocument; variable in OneLogin_Saml2_Response
86 $this->decryptedDocument = clone $this->document;
88 $this->decryptedDocument = $this->_decryptAssertion($this->decryptedDocument);
156 …$res = OneLogin_Saml2_Utils::validateXML($this->decryptedDocument, 'saml-schema-protocol-2.0.xsd',…
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);
1183 return $this->decryptedDocument;