OpenPGPData
Description:
[ CCode ( cprefix = "GMIME_OPENPGP_DATA_" , has_type_id = false ) ]
public enum OpenPGPData
The type of OpenPGP data found, if any.
Content:
Enum values:
- ENCRYPTED - The content contains
OpenPGP encrypted data.
- NONE - No OpenPGP data found.
- PRIVATE_KEY - The content
contains OpenPGP private key data.
- PUBLIC_KEY - The content contains
OpenPGP public key data.
- SIGNED - The content contains OpenPGP
signed data.