Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php88 $this->decryptedDocument = $this->_decryptAssertion($this->decryptedDocument);
1087 protected function _decryptAssertion($dom) function in OneLogin_Saml2_Response
/plugin/adfs/phpsaml/
H A DCHANGELOG128 * Improve _decryptAssertion in order to take care of Assertions with problems with namespaces
184 * Change visibility of _decryptAssertion to protected.