From 76d7b17f114ef180fdbe6852d8897e8b9a4bca8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 8 Jan 2015 14:56:35 +0100 Subject: No output stream for detached signatures, makes no sense to pipe it through --- src/org/openintents/openpgp/util/OpenPgpApi.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/org/openintents/openpgp/util/OpenPgpApi.java') 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. *

* optional extras: -- cgit v1.2.3