aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-22 14:35:51 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-22 14:35:51 +0200
commit9f631f4dd45d354b00f643d88676ecbb8f8023a7 (patch)
tree9b6f73b266cabf73833cce5949e34a2c3c773f3a /README.md
parent8a12321169c517cdb5d9170b272b8c664f9631d9 (diff)
downloadopen-keychain-9f631f4dd45d354b00f643d88676ecbb8f8023a7.tar.gz
open-keychain-9f631f4dd45d354b00f643d88676ecbb8f8023a7.tar.bz2
open-keychain-9f631f4dd45d354b00f643d88676ecbb8f8023a7.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6304a95e1..b0ff7e21d 100644
--- a/README.md
+++ b/README.md
@@ -50,17 +50,17 @@ To do automatic encryption/decryption/sign/verify use the OpenPGP Remote API.
#### OpenPGP Keychain specific Intent actions:
* ``org.sufficientlysecure.keychain.action.ENCRYPT``
- * To encrypt text use extra ``text`` (type: ``String``)
+ * To encrypt or sign text, use extra ``text`` (type: ``String``)
* or set data ``Uri`` (``intent.setData()``) pointing to a file
* Enable ASCII Armor for file encryption (encoding to Radix-64, 33% overhead) by adding the extra ``ascii_armor`` with value ``true``
* ``org.sufficientlysecure.keychain.action.DECRYPT``
- * To decrypt text use extra ``text`` (type: ``String``)
+ * To decrypt or verify text, use extra ``text`` (type: ``String``)
* or set data ``Uri`` (``intent.setData()``) pointing to a file
* ``org.sufficientlysecure.keychain.action.IMPORT_KEY``
* Extras: ``key_bytes`` (type: ``byte[]``)
* or set data ``Uri`` (``intent.setData()``) pointing to a file
* ``org.sufficientlysecure.keychain.action.IMPORT_KEY_FROM_QR_CODE``
- * without extras starts Barcode Scanner to get QR Code
+ * without extras, starts Barcode Scanner to get QR Code
## OpenPGP Remote API
To do asyncronous fast encryption/decryption/sign/verify operations bind to the OpenPGP remote service.