From a65a9ac5f0e1d5029b92a2068b7a62e6f025caf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 11 Apr 2014 21:55:54 +0200 Subject: PgpSignEncrypt comment --- .../main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncrypt.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenKeychain/src/main/java') diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncrypt.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncrypt.java index 16b060c10..113eb2a9d 100644 --- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncrypt.java +++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncrypt.java @@ -487,6 +487,8 @@ public class PgpSignEncrypt { InputStream in = mData.getInputStream(); if (mEnableAsciiArmorOutput) { + // TODO: this requires a ascii text, this is currently not checked + // mEnableAsciiArmorOutput does not mean that the input is ascii final BufferedReader reader = new BufferedReader(new InputStreamReader(in)); String line; -- cgit v1.2.3