gmime.filter_open_pgp
Module for [FilterOpenPGP] class
Types 3
classFilterOpenPGP : gmime.filter.Filter
A filter to detect OpenPGP markers.
Methods
FilterOpenPGPGidBuilder builder() static nothrowGet builder for [gmime.filter_open_pgp.FilterOpenPGP] Returns: New builder objectlong getBeginOffset() nothrowGets the stream offset of the beginning of the OpenPGP data block, if any have been found. Returns: The stream offset or %-1 if no OpenPGP block was found.gmime.types.OpenPGPData getDataType() nothrowGets the type of OpenPGP data that has been detected. Returns: a #GMimeOpenPGPData value.long getEndOffset() nothrowGets the stream offset of the end of the OpenPGP data block, if any have been found. Returns: The stream offset or %-1 if no OpenPGP block was found.Fluent builder implementation template for gmime.filter_open_pgp.FilterOpenPGP
Fluent builder for gmime.filter_open_pgp.FilterOpenPGP
Methods