* epg.el (epg-make-data-from-file): New function.
authorueno <ueno>
Thu, 13 Apr 2006 04:52:48 +0000 (04:52 +0000)
committerueno <ueno>
Thu, 13 Apr 2006 04:52:48 +0000 (04:52 +0000)
commit75f1f5eb5623d49dcc05dfb8c2428e1d37d60df7
tree4477f3fc23dd00881089da21a5317d13965a3190
parentc1fd290c1ee0fc57924c33efcc6e5a1e130e2b67
* epg.el (epg-make-data-from-file): New function.
(epg-make-data-from-string): New function.
(epg-data-file): New function.
(epg-data-string): New function.
(epg-start-decrypt): Get a cipher text from a data object.
(epg-delete-output-file): New function.
(epg-decrypt-file): Add the 3rd argument PLAIN to specify where
the output goes.
(epg-start-verify): Get a signature and signed-text from a data
object.
(epg-verify-file): Added the 3rd argument PLAIN to specify where
the output goes; return the plain text if PLAIN is nil.
(epg-verify-string): Return the plain text.
(epg-start-sign): Get a plain text from a data object.
(epg-sign-file): Added the 3rd argument SIGNATURE to specify where
the output goes.
(epg-start-encrypt): Get a plain text from a data object.
(epg-encrypt-file): Added the 4th argument CIPHER to specify where
the output goes.
(epg-start-import-keys): Get keys from a data object.
(epg-import-keys-1): New function.
(epg-import-keys-from-file): Use it.
(epg-import-keys-from-string): Use it.
ChangeLog
epf.el
epg.el
pgg-epg.el