Function: epg-import-keys-from-string

epg-import-keys-from-string is a byte-compiled function defined in epg.el.gz.

Signature

(epg-import-keys-from-string CONTEXT KEYS)

Documentation

Add keys from a string KEYS.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg-import-keys-from-string (context keys)
  "Add keys from a string KEYS."
  (epg--import-keys-1 context (epg-make-data-from-string keys)))