Home
last modified time | relevance | path

Searched refs:objKey (Results 1 – 6 of 6) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml/
H A DXmlSec.php93 $objKey = $objXMLSecDSig->locateKey();
94 if (!$objKey) {
104 XMLSecEnc::staticLocateKeyInfo($objKey, $objDSig);
106 $objKey->loadKey($this->_settings->idpPublicCertificate, false, true);
108 return ($objXMLSecDSig->verify($objKey) === 1);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php508 if (! $objKey = $objenc->locateKey()) {
511 $objKey->isEncrypted = true;
512 $objKey->encryptedCtx = $objenc;
514 return $objKey;
1071 return $objKey;
1077 public function verify($objKey) { argument
1089 public function signData($objKey, $data) { argument
1090 return $objKey->signData($data);
1124 public function appendKey($objKey, $parent=null) { argument
1125 $objKey->serializeKey($parent);
[all …]
H A DCHANGELOG.txt104 ex. $objDSig->sign($objKey, $appendToNode);
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php695 $objKey = new XMLSecurityKey($signAlgorithm, array('type' => 'private'));
696 $objKey->loadKey($key, false);
712 $signature = $objKey->signData($msg);
H A DResponse.php1106 if (!$objKey = $objenc->locateKey()) {
1113 if ($objKeyInfo = $objenc->locateKeyInfo($objKey)) {
1124 if (empty($objKey->key)) {
1125 $objKey->loadKey($key);
1127 $decryptedXML = $objenc->decryptNode($objKey, false);
H A DUtils.php1350 $objKey = new XMLSecurityKey($signAlgorithm, array('type' => 'private'));
1351 $objKey->loadKey($key, false);