For clear signatures, PGP Core has a VerifyAndReadClear method to, well, verify and read the message.
Some (online) pgp tools, like pgptool.org, can also verify and read the original message from the non-clear signatures.
I would like to have something like a VerifyAndRead for non-clear signatures. Could PGPCore support a feature like this? I'm not familiar enough with BouncyCastle to know if this is possible.
Hi!
For clear signatures, PGP Core has a
VerifyAndReadClear
method to, well, verify and read the message. Some (online) pgp tools, like pgptool.org, can also verify and read the original message from the non-clear signatures.I would like to have something like a
VerifyAndRead
for non-clear signatures. Could PGPCore support a feature like this? I'm not familiar enough with BouncyCastle to know if this is possible.Thanks!