Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1176 * @param bool $caonly
1180 private function testForIntermediate($caonly, $count) argument
1222 if (!$parent->validateSignatureCountable($caonly, ++$count)) {
1243 * @param bool $caonly optional
1246 public function validateSignature($caonly = true) argument
1248 return $this->validateSignatureCountable($caonly, 0);
1256 * @param bool $caonly
1260 private function validateSignatureCountable($caonly, $count) argument
1314 if (count($this->CAs) == $i && $caonly) {
1315 … return $this->testForIntermediate($caonly, $count) && $this->validateSignature($caonly);
[all …]