Searched refs:objBaseKey (Results 1 – 2 of 2) sorted by relevance
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 1634 static function staticLocateKeyInfo($objBaseKey=null, $node=null) { argument 1651 return $objBaseKey; 1657 if (! empty($objBaseKey)) { 1658 $objBaseKey->name = $child->nodeValue; 1679 $objBaseKey->loadKey($publicKey); 1712 $objBaseKey->loadKey($x509cert, false, true); 1718 return $objBaseKey; 1721 public function locateKeyInfo($objBaseKey=null, $node=null) { argument 1725 return XMLSecEnc::staticLocateKeyInfo($objBaseKey, $node);
|
| /plugin/adfs/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 1634 static function staticLocateKeyInfo($objBaseKey=null, $node=null) { argument 1651 return $objBaseKey; 1657 if (! empty($objBaseKey)) { 1658 $objBaseKey->name = $child->nodeValue; 1679 $objBaseKey->loadKey($publicKey); 1712 $objBaseKey->loadKey($x509cert, false, true); 1718 return $objBaseKey; 1721 public function locateKeyInfo($objBaseKey=null, $node=null) { argument 1725 return XMLSecEnc::staticLocateKeyInfo($objBaseKey, $node);
|