Function: epg-import-keys-from-file
epg-import-keys-from-file is a byte-compiled function defined in
epg.el.gz.
Signature
(epg-import-keys-from-file CONTEXT KEYS)
Documentation
Add keys from a file KEYS.
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg-import-keys-from-file (context keys)
"Add keys from a file KEYS."
(epg--import-keys-1 context (epg-make-data-from-file keys)))