GMime.OpenPGPState – gmime-3.0 Reference Manual
OpenPGPState
Description:
[
CCode
( cprefix =
"GMIME_OPENPGP_"
, has_type_id =
false
) ]
[
Flags
]
[
Version
( since =
"3.2"
) ]
public
enum
OpenPGPState
The current state of the
FilterOpenPGP
filter.
Namespace:
GMime
Package:
gmime-3.0
Content:
Enum values:
BEGIN_PGP_MESSAGE
-
The "-----BEGIN PGP MESSAGE-----" marker has been found.
BEGIN_PGP_PRIVATE_KEY_BLOCK
-
The "-----BEGIN PGP PRIVATE KEY BLOCK-----" marker has been found.
BEGIN_PGP_PUBLIC_KEY_BLOCK
-
The "-----BEGIN PGP PUBLIC KEY BLOCK-----" marker has been found.
BEGIN_PGP_SIGNATURE
-
The "-----BEGIN PGP SIGNATURE-----" marker has been found.
BEGIN_PGP_SIGNED_MESSAGE
-
The "-----BEGIN PGP SIGNED MESSAGE-----" marker has been found.
END_PGP_MESSAGE
-
The "-----END PGP MESSAGE-----" marker has been found.
END_PGP_PRIVATE_KEY_BLOCK
-
The "-----END PGP PRIVATE KEY BLOCK-----" marker has been found.
END_PGP_PUBLIC_KEY_BLOCK
-
The "-----END PGP PUBLIC KEY BLOCK-----" marker has been found.
END_PGP_SIGNATURE
-
The "-----END PGP SIGNATURE-----" marker has been found.
NONE
-
No OpenPGP markers have been found ( yet).
2022 vala-language.org