Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml/
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/saml/phpsaml/lib/Saml/
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/saml/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php508 if (! $objKey = $objenc->locateKey()) {
511 $objKey->isEncrypted = true;
512 $objKey->encryptedCtx = $objenc;
513 XMLSecEnc::staticLocateKeyInfo($objKey, $element);
514 return $objKey;
1067 $objKey = new XMLSecurityKey($algorithm, array('type'=>'public'));
1071 return $objKey;
1077 public function verify($objKey) { argument
1086 return $objKey->verifySignature($this->signedInfo, base64_decode($sigValue));
1089 public function signData($objKey, $data) { argument
[all …]
DCHANGELOG.txt104 ex. $objDSig->sign($objKey, $appendToNode);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php508 if (! $objKey = $objenc->locateKey()) {
511 $objKey->isEncrypted = true;
512 $objKey->encryptedCtx = $objenc;
513 XMLSecEnc::staticLocateKeyInfo($objKey, $element);
514 return $objKey;
1067 $objKey = new XMLSecurityKey($algorithm, array('type'=>'public'));
1071 return $objKey;
1077 public function verify($objKey) { argument
1086 return $objKey->verifySignature($this->signedInfo, base64_decode($sigValue));
1089 public function signData($objKey, $data) { argument
[all …]
DCHANGELOG.txt104 ex. $objDSig->sign($objKey, $appendToNode);
/plugin/adfs/phpsaml/lib/Saml2/
DAuth.php695 $objKey = new XMLSecurityKey($signAlgorithm, array('type' => 'private'));
696 $objKey->loadKey($key, false);
712 $signature = $objKey->signData($msg);
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);
DUtils.php1350 $objKey = new XMLSecurityKey($signAlgorithm, array('type' => 'private'));
1351 $objKey->loadKey($key, false);
/plugin/saml/phpsaml/lib/Saml2/
DAuth.php695 $objKey = new XMLSecurityKey($signAlgorithm, array('type' => 'private'));
696 $objKey->loadKey($key, false);
712 $signature = $objKey->signData($msg);
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);
DUtils.php1350 $objKey = new XMLSecurityKey($signAlgorithm, array('type' => 'private'));
1351 $objKey->loadKey($key, false);