Skip to content

Commit

Permalink
No output stream for detached signatures, makes no sense to pipe it t…
Browse files Browse the repository at this point in the history
…hrough
  • Loading branch information
Dominik Schürmann committed Jan 8, 2015
1 parent f712a26 commit 76d7b17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/org/openintents/openpgp/util/OpenPgpApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76d7b17

Please sign in to comment.