;;; x509-mode-autoloads.el --- automatically extracted autoloads  -*- lexical-binding: t -*-
;;
;;; Code:

(add-to-list 'load-path (directory-file-name
                         (or (file-name-directory #$) (car load-path))))


;;;### (autoloads nil "x509-mode" "x509-mode.el" (0 0 0 0))
;;; Generated autoloads from x509-mode.el

(autoload 'x509-mode "x509-mode" "\
Major mode for displaying OpenSSL output.

\\{x509-mode-map}

\(fn)" t nil)

(autoload 'x509-viewcert "x509-mode" "\
Parse current buffer as a certificate file.

With \\[universal-argument] prefix, you can edit the command arguments." t nil)

(autoload 'x509-viewreq "x509-mode" "\
Parse current buffer as a certificate request file.

With \\[universal-argument] prefix, you can edit the command arguments." t nil)

(autoload 'x509-viewcrl "x509-mode" "\
Parse current buffer as a CRL file.

With \\[universal-argument] prefix, you can edit the command arguments." t nil)

(autoload 'x509-viewpkcs7 "x509-mode" "\
Parse current buffer as a PKCS#7 file.

Output only certificates and CRLs by default.  Add the \"-print\"
switch to output details.

With \\[universal-argument] prefix, you can edit the command arguments." t nil)

(autoload 'x509-viewdh "x509-mode" "\
Parse current buffer as a DH-parameter file.

With \\[universal-argument] prefix, you can edit the command arguments." t nil)

(autoload 'x509-viewkey "x509-mode" "\
Display x509 private key using the OpenSSL pkey command.

With \\[universal-argument] prefix, you can edit the command arguments." t nil)

(autoload 'x509-viewpublickey "x509-mode" "\
Display x509 public key using the OpenSSL pkey command.

With \\[universal-argument] prefix, you can edit the command arguments." t nil)

(autoload 'x509-viewlegacykey "x509-mode" "\
Display x509 private key using the OpenSSL pkey command.

This function works with older OpenSSL that could not read key from
stdin.  Instead, the buffer file is used with -in.

ARGS are arguments to the openssl command.

With \\[universal-argument] prefix, you can edit the command arguments.
For example to enter pass-phrase, add -passin pass:PASSPHRASE.

\(fn &optional ARGS)" t nil)

(autoload 'x509-dwim "x509-mode" "\
Guess the type of object and call the corresponding view-function.

Look at -----BEGIN header for known object types.  Then test
different openssl commands until one succeeds.  Call
`x509-viewasn1' as a last resort." t nil)

(autoload 'x509-asn1-mode "x509-mode" "\
Major mode for displaying openssl asn1parse output.

\\{x509-asn1-mode-map}

\(fn)" t nil)

(autoload 'x509-viewasn1 "x509-mode" "\
Parse current buffer as ASN.1.

With \\[universal-argument] prefix, you can edit the command arguments." t nil)

(register-definition-prefixes "x509-mode" '("x509-"))

;;;***

;;;### (autoloads nil nil ("x509-mode-pkg.el") (0 0 0 0))

;;;***

;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; x509-mode-autoloads.el ends here