Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php11 * {@link http://web.archive.org/web/19961027104704/http://www3.netscape.com/eng/security/cert-exts.html Netscape Certificate Extensions}.
179 * There's no guarantee \phpseclib3\File\X509 is going to re-encode an X.509 cert in the same way it was originally
180 * encoded so we take save the portion of the original cert that the signature would have made for.
406 'netscape-cert-extension' => '2.16.840.1.113730.1',
407 'netscape-cert-type' => '2.16.840.1.113730.1.1',
426 * Returns an associative array describing the X.509 cert or a false if the cert failed to load
428 * @param array|string $cert
432 public function loadX509($cert, $mode = self::FORMAT_AUTO_DETECT)
434 if (is_array($cert)
1466 loadX509($cert, $mode = self FORMAT_AUTO_DETECT) global() argument
1539 saveX509($cert, $format = self FORMAT_PEM) global() argument
1988 loadCA($cert) global() argument
4348 _getExtension($id, $cert = null, $path = null) global() argument
4373 _getExtensions($cert = null, $path = null) global() argument
4445 getExtension($id, $cert = null) global() argument
4457 getExtensions($cert = null) global() argument
[all...]