Function: epg-user-id-string

epg-user-id-string is a byte-compiled function defined in epg.el.gz.

Signature

(epg-user-id-string CL-X)

Documentation

Access slot "string" of epg-user-id struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(cl-defstruct (epg-user-id
               (:constructor nil)
               (:constructor epg-make-user-id (validity string))
               (:copier nil)
               (:predicate nil))
  validity string signature-list)