mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 14:27:09 +00:00
updated for import/export methods
hint how to specify custom keyrings
This commit is contained in:
parent
a64df7da8b
commit
ca22f80637
1 changed files with 6 additions and 6 deletions
12
README
12
README
|
@ -17,16 +17,10 @@ Notes
|
|||
|
||||
- This is a beta version.
|
||||
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.
|
||||
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.
|
||||
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
|
||||
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
|
||||
---------------------
|
||||
|
|
Loading…
Reference in a new issue