Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1954 * Get the Distinguished Name for a certificate/crl issuer
1997 * Get an individual Distinguished Name property for a certificate/crl issuer
2399 * @param string $crl
2403 public function loadCRL($crl, $mode = self::FORMAT_AUTO_DETECT)
2405 if (is_array($crl) && isset($crl['tbsCertList'])) {
2406 $this->currentCert = $crl;
2408 return $crl;
2412 $newcrl = ASN1::extractBER($crl);
2413 if ($mode == self::FORMAT_PEM && $crl
3460 loadCRL($crl, $mode = self FORMAT_AUTO_DETECT) global() argument
3530 saveCRL($crl, $format = self FORMAT_PEM) global() argument
3928 signCRL($issuer, $crl, $signatureAlgorithm = 'sha1WithRSAEncryption') global() argument
4931 listRevoked($crl = null) global() argument
4982 getRevokedCertificateExtension($serial, $id, $crl = null) global() argument
5005 getRevokedCertificateExtensions($serial, $crl = null) global() argument
[all...]