diff --git a/README b/README index bbd7d47..0c11e3c 100644 --- a/README +++ b/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 ---------------------