Function: epg-make-new-signature
epg-make-new-signature is a byte-compiled function defined in
epg.el.gz.
Signature
(epg-make-new-signature TYPE PUBKEY-ALGORITHM DIGEST-ALGORITHM CLASS CREATION-TIME FINGERPRINT)
Documentation
Constructor for objects of type epg-new-signature.
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
(cl-defstruct (epg-new-signature
(:constructor nil)
(:constructor epg-make-new-signature
(type pubkey-algorithm digest-algorithm
class creation-time fingerprint))
(:copier nil)
(:predicate nil))
(type nil :read-only t)
(pubkey-algorithm nil :read-only t)
(digest-algorithm nil :read-only t)
(class nil :read-only t)
(creation-time nil :read-only t)
(fingerprint nil :read-only t))