Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php224 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
H A DUtils.php1161 …public static function decryptElement(DOMElement $encryptedData, XMLSecurityKey $inputKey, $format… function in OneLogin_Saml2_Utils
H A DResponse.php592 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
/plugin/adfs/phpsaml/
H A DCHANGELOG38 * Add parameter to the decryptElement method to make optional the formatting
H A DREADME.md1487 * `decryptElement` - Decrypts an encrypted element.