gmime.filter_open_pgp
Module for [FilterOpenPGP] class
Types 3
classFilterOpenPGP : gmime.filter.Filter
A filter to detect OpenPGP markers.
Methods
FilterOpenPGP self()Returns `this`, for use in `with` statements.FilterOpenPGPGidBuilder builder()Get builder for [gmime.filteropenpgp.FilterOpenPGP] Returns: New builder objectlong getBeginOffset()Gets 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()Gets the type of OpenPGP data that has been detected. Returns: a #GMimeOpenPGPData value.long getEndOffset()Gets 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 for [gmime.filter_open_pgp.FilterOpenPGP]
Methods