Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1212 * @param bool $caonly
1217 private function testForIntermediate($caonly, $count) argument
1280 * @param bool $caonly optional
1284 public function validateSignature($caonly = true) argument
1286 return $this->validateSignatureCountable($caonly, 0);
1294 * @param bool $caonly
1299 private function validateSignatureCountable($caonly, $count) argument
1353 if (count($this->CAs) == $i && $caonly) {
1354 … return $this->testForIntermediate($caonly, $count) && $this->validateSignature($caonly);
1356 } elseif (!isset($signingCert) || $caonly) {
[all …]