Function: epg-sub-key-algorithm

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

Signature

(epg-sub-key-algorithm CL-X)

Documentation

Access slot "algorithm" of epg-sub-key struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(cl-defstruct (epg-sub-key
               (:constructor nil)
               (:constructor epg-make-sub-key
                (validity capability secret-p algorithm length id
                          creation-time expiration-time))
               (:copier nil)
               (:predicate nil))
  validity capability secret-p algorithm length id
  creation-time expiration-time fingerprint)