gmime.filter_checksum
Module for FilterChecksum class
Types 3
A filter for calculating the checksum of a stream.
Methods
FilterChecksum self()Returns `this`, for use in `with` statements.FilterChecksumGidBuilder builder()Get builder for [gmime.filter_checksum.FilterChecksum] Returns: New builder objectsize_t getDigest(ubyte[] digest)Outputs the checksum digest into digest.string getString()Outputs the checksum digest as a newly allocated hexadecimal string. Returns: the hexadecimal representation of the checksum. The returned string should be freed with [glib.global.gfree] when no lo...Constructors
this(glib.types.ChecksumType type)Creates a new checksum filter.Fluent builder implementation template for gmime.filter_checksum.FilterChecksum
Fluent builder for gmime.filter_checksum.FilterChecksum
Methods
FilterChecksum build()Create object from builder. Returns: New object