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.php1173 * @param bool $caonly
1177 private function testForIntermediate($caonly, $count) argument
1219 if (!$parent->validateSignatureCountable($caonly, ++$count)) {
1240 * @param bool $caonly optional
1243 public function validateSignature($caonly = true) argument
1245 return $this->validateSignatureCountable($caonly, 0);
1253 * @param bool $caonly
1257 private function validateSignatureCountable($caonly, $count) argument
1311 if (count($this->CAs) == $i && $caonly) {
1312 … return $this->testForIntermediate($caonly, $count) && $this->validateSignature($caonly);
[all …]