mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 02:09:42 +02:00
Wip: Implement result parsing for decrypt, inline-detach and inline-verify
This commit is contained in:
parent
d079a345d2
commit
909e28432d
4 changed files with 52 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue