Function: make-epa-ks-key

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

Signature

(make-epa-ks-key &key ID ALGO LEN CREATED EXPIRES NAMES FLAGS)

Documentation

Constructor for objects of type epa-ks-key.

Source Code

;; Defined in /usr/src/emacs/lisp/epa-ks.el.gz
(cl-defstruct epa-ks-key
  "Structure to hold key data."
  id algo len created expires names flags)