Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php1561 $keyInfo->appendChild($encKey);
1563 $this->encKey = $encKey;
1565 …$encMethod = $encKey->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:Encryp…
1568 …$keyInfo = $encKey->appendChild($this->encdoc->createElementNS('http://www.w3.org/2000/09/xmldsig#…
1571 …$cipherData = $encKey->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:Ciphe…
1574 …$refList = $encKey->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:Referen…
1584 public function decryptKey($encKey) { argument
1585 if (! $encKey->isEncrypted) {
1588 if (empty($encKey->key)) {
1591 return $this->decryptNode($encKey, false);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1203 $encKey = $symmetricKeyInfo->encryptedCtx;
1214 $key = $encKey->decryptKey($symmetricKeyInfo);
1216 $encryptedKey = $encKey->getCipherValue();