Function: make-epa-ks-name

make-epa-ks-name is a byte-compiled function defined in epa-ks.el.gz.

Signature

(make-epa-ks-name &key UID CREATED EXPIRES FLAGS)

Documentation

Constructor for objects of type epa-ks-name.

Source Code

;; Defined in /usr/src/emacs/lisp/epa-ks.el.gz
(cl-defstruct epa-ks-name
  "Structure to hold user associated with keys data."
  uid created expires flags)