gmime.multipart_signed
Module for [MultipartSigned] class
Types 3
A multipart/signed MIME part.
Methods
MultipartSignedGidBuilder builder() static nothrowGet builder for [gmime.multipart_signed.MultipartSigned] Returns: New builder objectgmime.multipart_signed.MultipartSigned sign(gmime.crypto_context.CryptoContext ctx, gmime.object.ObjectWrap entity, string userid) staticAttempts to sign the content MIME part with userid's private key using the ctx signing context. If successful, a new multipart/signed object is returned.gmime.signature_list.SignatureList verify(gmime.types.VerifyFlags flags)Attempts to verify the signed MIME part contained within the multipart/signed object mps.Fluent builder implementation template for gmime.multipart_signed.MultipartSigned
Fluent builder for gmime.multipart_signed.MultipartSigned
Methods