the status of each signature or null on error.
CryptoContext.verify
gmime.signature_list.SignatureList verify(gmime.types.VerifyFlags flags, gmime.stream.Stream istream, gmime.stream.Stream sigstream = null, gmime.stream.Stream ostream = null)Verifies the signature. If istream is a clearsigned stream, you should pass null as the sigstream parameter and may wish to provide an ostream argument for GMime to output the original plaintext into. Otherwise sigstream is assumed to be the signature stream and is used to verify the integirity of the istream.
Parameters
flags | a #GMimeVerifyFlags |
istream | input stream |
sigstream | detached-signature stream |
ostream | output stream for use with encapsulated signature input streams |
Returns
a #GMimeSignatureList object containing
Throws
[ErrorWrap]