Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php1634 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);