diff options
Diffstat (limited to 'src/org/openintents')
-rw-r--r-- | src/org/openintents/openpgp/util/OpenPgpApi.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/org/openintents/openpgp/util/OpenPgpApi.java b/src/org/openintents/openpgp/util/OpenPgpApi.java index f140af1..4b593ca 100644 --- a/src/org/openintents/openpgp/util/OpenPgpApi.java +++ b/src/org/openintents/openpgp/util/OpenPgpApi.java @@ -90,8 +90,7 @@ public class OpenPgpApi { /** * Sign text or binary data resulting in a detached signature. - * OutputStream returns exactly the InputStream. - * No magic pre-processing is done like in ACTION_CLEARTEXT_SIGN. + * No OutputStream for ACTION_DETACHED_SIGN (No magic pre-processing like in ACTION_CLEARTEXT_SIGN)! * The detached signature is returned separately in RESULT_DETACHED_SIGNATURE. * <p/> * optional extras: |