gmime.filter_checksum

Module for [FilterChecksum] class

Types 3

A filter for calculating the checksum of a stream.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FilterChecksum self() nothrowReturns `this`, for use in `with` statements.
FilterChecksumGidBuilder builder() static nothrowGet builder for [gmime.filter_checksum.FilterChecksum] Returns: New builder object
size_t getDigest(ubyte[] digest) nothrowOutputs the checksum digest into digest.
string getString() nothrowOutputs 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(void * ptr, Flag!"Take" take)
this(glib.types.ChecksumType type)Creates a new checksum filter.
Methods
FilterChecksum build() nothrowCreate object from builder. Returns: New object