mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 16:38:50 -05:00
PgpSignEncrypt comment
This commit is contained in:
parent
2069f20f50
commit
a65a9ac5f0
@ -487,6 +487,8 @@ public class PgpSignEncrypt {
|
|||||||
|
|
||||||
InputStream in = mData.getInputStream();
|
InputStream in = mData.getInputStream();
|
||||||
if (mEnableAsciiArmorOutput) {
|
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));
|
final BufferedReader reader = new BufferedReader(new InputStreamReader(in));
|
||||||
|
|
||||||
String line;
|
String line;
|
||||||
|
Loading…
Reference in New Issue
Block a user