Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3794 private function revokedCertificate(array &$rclist, $serial, $create = false) function in phpseclib3\\File\\X509
3826 if ($this->revokedCertificate($rclist, $serial) === false) { // If not yet revoked
3827 if (($i = $this->revokedCertificate($rclist, $serial, true)) !== false) {
3850 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3869 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3914 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3939 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3961 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3983 if (($i = $this->revokedCertificate($rclist, $serial, true)) !== false) {