Home
last modified time | relevance | path

Searched refs:caonly (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1178 * @param bool $caonly
1182 private function testForIntermediate($caonly, $count)
1224 if (!$parent->validateSignatureCountable($caonly, ++$count)) {
1245 * @param bool $caonly optional
1248 public function validateSignature($caonly = true)
1250 return $this->validateSignatureCountable($caonly, 0);
1258 * @param bool $caonly
1262 private function validateSignatureCountable($caonly, $count)
1316 if (count($this->CAs) == $i && $caonly) {
1317 return $this->testForIntermediate($caonly,
2213 _testForIntermediate($caonly, $count) global() argument
2280 validateSignature($caonly = true) global() argument
2295 _validateSignatureCountable($caonly, $count) global() argument
[all...]