Function: epg-make-key

epg-make-key is a byte-compiled function defined in epg.el.gz.

Signature

(epg-make-key OWNER-TRUST)

Documentation

Constructor for objects of type epg-key.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(cl-defstruct (epg-key
               (:constructor nil)
               (:copier epg--copy-key)
               (:constructor epg-make-key (owner-trust))
               (:predicate nil))
  (owner-trust nil :read-only t)
  sub-key-list user-id-list)