Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
DUtils.php1087 $encryptedData = $enc->encryptNode($symmetricKey);
1095 … $encryptedID->appendChild($encryptedID->ownerDocument->importNode($encryptedData, true));
1153 * @param DOMElement $encryptedData The encrypted data.
1161 …public static function decryptElement(DOMElement $encryptedData, XMLSecurityKey $inputKey, $format… argument
1166 $enc->setNode($encryptedData);
1167 $enc->type = $encryptedData->getAttribute("Type");
1169 $symmetricKey = $enc->locateKey($encryptedData);
DLogoutRequest.php212 $encryptedData = $encryptedDataNodes->item(0);
224 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
DResponse.php586 $encryptedData = $encryptedIdDataEntries->item(0);
592 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
/plugin/saml/phpsaml/lib/Saml2/
DUtils.php1087 $encryptedData = $enc->encryptNode($symmetricKey);
1095 … $encryptedID->appendChild($encryptedID->ownerDocument->importNode($encryptedData, true));
1153 * @param DOMElement $encryptedData The encrypted data.
1161 …public static function decryptElement(DOMElement $encryptedData, XMLSecurityKey $inputKey, $format… argument
1166 $enc->setNode($encryptedData);
1167 $enc->type = $encryptedData->getAttribute("Type");
1169 $symmetricKey = $enc->locateKey($encryptedData);
DLogoutRequest.php212 $encryptedData = $encryptedDataNodes->item(0);
224 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
DResponse.php586 $encryptedData = $encryptedIdDataEntries->item(0);
592 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
/plugin/calendar/
Dadmin.php6070 private function decryptData($encryptedData, $key) { argument
6072 $data = base64_decode($encryptedData);