Lines Matching refs:enc
1079 $enc = new XMLSecEnc();
1080 $enc->setNode($nameId);
1081 $enc->type = XMLSecEnc::Element;
1085 $enc->encryptKey($seckey, $symmetricKey);
1087 $encryptedData = $enc->encryptNode($symmetricKey);
1164 $enc = new XMLSecEnc();
1166 $enc->setNode($encryptedData);
1167 $enc->type = $encryptedData->getAttribute("Type");
1169 $symmetricKey = $enc->locateKey($encryptedData);
1177 $symmetricKeyInfo = $enc->locateKeyInfo($symmetricKey);
1242 $decrypted = $enc->decryptNode($symmetricKey, false);