updated for import/export methods

hint how to specify custom keyrings
This commit is contained in:
Thilo Raufeisen 2005-10-15 14:44:33 +00:00
parent a64df7da8b
commit ca22f80637

12
README
View file

@ -17,16 +17,10 @@ Notes
- This is a beta version. - This is a beta version.
Don´t use it on production systems. Don´t use it on production systems.
See this release more like a "preview" or something like that.
- This extension makes currently no write-operations on your keyring.
But a backup of them is always a good idea
- Only the Open_PGP protocol is currently supported. - Only the Open_PGP protocol is currently supported.
This shouldn´t be a problem for the most people. This shouldn´t be a problem for the most people.
- extending this class is currently not tested.
- only 1 key per operation is currently supported. - only 1 key per operation is currently supported.
so you can´t add x keys for encryption. so you can´t add x keys for encryption.
@ -141,6 +135,12 @@ Methods
verifies the given clearsigned text and returns information about the result in an array verifies the given clearsigned text and returns information about the result in an array
the plaintext is passed into $plaintext the plaintext is passed into $plaintext
- string export(string key)
returns the given key
- array import(string key)
imports the given key and returns an array with informations about the import-process
gnupg_keylistiterator gnupg_keylistiterator
--------------------- ---------------------