Lines Matching refs:epa

3 @setfilename ../../info/epa.info
30 * EasyPG Assistant: (epa). An Emacs user interface to GNU Privacy Guard.
89 EasyPG Assistant commands are prefixed by @samp{epa-}. For example,
92 @item To browse your keyring, type @kbd{M-x epa-list-keys}
94 @item To create a cleartext signature of the region, type @kbd{M-x epa-sign-region}
96 @item To encrypt a file, type @kbd{M-x epa-encrypt-file}
120 keyring. @kbd{M-x epa-list-keys} is corresponding to @samp{gpg
123 @deffn Command epa-list-keys name mode
158 To browse your private keyring, use @kbd{M-x epa-list-secret-keys}.
160 @deffn Command epa-list-secret-keys name
172 @deffn Command epa-insert-keys keys
178 @deffn Command epa-import-keys file
182 @deffn Command epa-import-keys-region start end
187 @deffn Command epa-import-armor-in-region start end
190 @code{epa-import-keys-region} is that
191 @code{epa-import-armor-in-region} searches armors in the region and
192 applies @code{epa-import-keys-region} to each of them.
195 @deffn Command epa-delete-keys allow-secret
203 @deffn Command epa-decrypt-region start end
208 @deffn Command epa-decrypt-armor-in-region start end
210 @var{end}. The difference from @code{epa-decrypt-region} is that
211 @code{epa-decrypt-armor-in-region} searches armors in the region
212 and applies @code{epa-decrypt-region} to each of them. That is, this
216 @deffn Command epa-verify-region start end
222 @deffn Command epa-verify-cleartext-in-region
225 @code{epa-verify-region} is that @code{epa-verify-cleartext-in-region}
227 @code{epa-verify-region} to each of them. That is, this command does
231 @deffn Command epa-sign-region start end signers type
238 @deffn Command epa-encrypt-region start end recipients sign signers
248 @deffn Command epa-decrypt-file file &optional output
253 @deffn Command epa-verify-file file
257 @deffn Command epa-sign-file file signers type
262 @deffn Command epa-encrypt-file file recipients
275 : e (or M-x epa-dired-do-encrypt)
285 @findex epa-dired-do-decrypt
290 @findex epa-dired-do-verify
295 @findex epa-dired-do-sign
300 @findex epa-dired-do-encrypt
308 EasyPG Assistant provides a minor mode @code{epa-mail-mode} to help
319 Once @code{epa-mail-mode} is enabled, the following keys are assigned.
320 You can do it by @kbd{C-u 1 M-x epa-mail-mode} or through the Customize
321 interface. Try @kbd{M-x customize-variable epa-global-mail-mode}.
327 @findex epa-mail-decrypt
333 @findex epa-mail-verify
339 @findex epa-mail-sign
346 @findex epa-mail-encrypt
347 @vindex epa-mail-aliases
353 addresses using the @code{epa-mail-aliases} list. You can also
369 @code{epa-file-name-regexp}.
371 @defvar epa-file-name-regexp
375 You can disable this behavior with @kbd{M-x epa-file-disable}, and
376 then get it back with @kbd{M-x epa-file-enable}.
378 @deffn Command epa-file-disable
382 @deffn Command epa-file-enable
387 By default, @code{epa-file} will try to use symmetric encryption, aka
389 instead, do @kbd{M-x epa-file-select-keys}, which pops up the key
392 @deffn Command epa-file-select-keys
398 @code{epa-file-select-keys}.
400 @defvar epa-file-select-keys
406 , emacs, the Emacs Manual}. Use the @code{epa-file-encrypt-to} local
408 @vindex epa-file-encrypt-to
416 ;; -*- epa-file-encrypt-to: ("ueno@@unixuser.org") -*-
421 @code{epa-file-select-keys} variable) encrypted with symmetric
426 ;; -*- epa-file-encrypt-to: nil -*-
433 @defvar epa-file-cache-passphrase-for-symmetric-encryption
438 @defvar epa-file-inhibit-auto-save
512 @code{epa-file-cache-passphrase-for-symmetric-encryption}.