Wip: Implement result parsing for decrypt, inline-detach and inline-verify

This commit is contained in:
Paul Schaub 2023-01-12 14:58:42 +01:00
parent d079a345d2
commit 909e28432d
4 changed files with 52 additions and 7 deletions

View file

@ -163,7 +163,7 @@ public class DecryptExternal implements Decrypt {
reader.close();
}
return new DecryptionResult(sessionKey, verifications); // TODO
return new DecryptionResult(sessionKey, verifications);
}
};
} catch (IOException e) {