PgpSignEncrypt comment

This commit is contained in:
Dominik Schürmann 2014-04-11 21:55:54 +02:00
parent 2069f20f50
commit a65a9ac5f0
1 changed files with 2 additions and 0 deletions

View File

@ -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;