OSDN Git Service

Update.
authorDaiki Ueno <ueno@unixuser.org>
Fri, 23 Mar 2007 04:31:42 +0000 (04:31 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Fri, 23 Mar 2007 04:31:42 +0000 (04:31 +0000)
epa.texi

index 4497d03..dd6148b 100644 (file)
--- a/epa.texi
+++ b/epa.texi
@@ -171,6 +171,37 @@ In @samp{*Keys*} buffer, several commands are available.  The common
 use case is to export some keys to a file.  To do that, type @kbd{m}
 to select keys, type @kbd{o}, and then supply the filename.
 
+Below are other commands related to key management.  Some of them take
+a file as input/output, and others take the current region.
+
+@deffn Command epa-insert-keys keys
+Insert selected @var{keys} after the point.  It will let you select
+keys before insertion.  By default, it will encode keys in the OpenPGP
+armor format.
+@end deffn
+
+@deffn Command epa-import-keys file
+Import keys from @var{file} to your keyring.
+@end deffn
+
+@deffn Command epa-import-keys-region start end
+Import keys from the current region between @var{start} and @var{end}
+to your keyring.
+@end deffn
+
+@deffn Command epa-import-armor-in-region start end
+Import keys in the OpenPGP armor format in the current region between
+@var{start} and @var{end}.  The difference from
+@code{epa-import-keys-region} is that
+@code{epa-import-armor-in-region} searches armors in the region and
+applies @code{epa-import-keys-region} to each of them.
+@end deffn
+
+@deffn Command epa-delete-keys allow-secret
+Delete selected keys.  If @var{allow-secret} is non-@code{nil}, it
+also delete the secret keys.
+@end deffn
+
 @node Cryptographic operations on regions
 @section Cryptographic operations on regions
 
@@ -182,9 +213,9 @@ replaces the region with the decrypted plaintext.
 @deffn Command epa-decrypt-armor-in-region start end
 Decrypt OpenPGP armors in the current region between @var{start} and
 @var{end}.  The difference from @code{epa-decrypt-region} is that
-@code{epa-decrypt-armor-in-region} searches ASCII armors in the region
+@code{epa-decrypt-armor-in-region} searches armors in the region
 and applies @code{epa-decrypt-region} to each of them.  That is, this
-command does not alter the original text around ASCII armors.
+command does not alter the original text around armors.
 @end deffn
 
 @deffn Command epa-verify-region start end
@@ -264,6 +295,7 @@ Enable automatic encryption/decryption of *.gpg files.
 @code{epa-file} will let you select recipients.  If you want to
 suppress this question, it might be good idea to put the following
 line on the first line of the plaintext.
+@vindex epa-file-encrypt-to
 
 @lisp
 ;; -*- epa-file-encrypt-to: ("ueno@@unixuser.org") -*-