Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1240 * By default returns false for self-signed certs. Call validateSignature(false) to make this support
1248 public function validateSignature($caonly = true)
1317 return $this->testForIntermediate($caonly, $count) && $this->validateSignature($caonly);
1320 return $this->testForIntermediate($caonly, $count) && $this->validateSignature($caonly);
2280 function validateSignature($caonly = true) global() function in phpseclib\\File\\X509