Function: epg-export-keys-to-string
epg-export-keys-to-string is a byte-compiled function defined in
epg.el.gz.
Signature
(epg-export-keys-to-string CONTEXT KEYS)
Documentation
Extract public KEYS and return them as a string.
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg-export-keys-to-string (context keys)
"Extract public KEYS and return them as a string."
(epg-export-keys-to-file context keys nil))