webpg.constants.PGPTags.PGP_DATA_BEGIN | The start of a PGP block |
webpg.constants.PGPTags.PGP_KEY_BEGIN | The start of a PGP Public Key block |
webpg.constants.PGPTags.PGP_KEY_END | The end of a PGP Public Key block |
webpg.constants.PGPTags.PGP_PKEY_BEGIN | The start of a PGP Private Key block |
webpg.constants.PGPTags.PGP_PKEY_END | The end of a PGP Private Key block |
webpg.constants.PGPTags.PGP_SIGNED_MSG_BEGIN | The start of a PGP Signed message block |
webpg.constants.PGPTags.PGP_SIGNATURE_BEGIN | The start of a PGP Signature block |
webpg.constants.PGPTags.PGP_SIGNATURE_END | The end of a PGP Signature block or Signed message block |
webpg.constants.PGPTags.PGP_ENCRYPTED_BEGIN | The start of a PGP Encrypted message block |
webpg.constants.PGPTags.PGP_ENCRYPTED_END | The end of a PGP Encrypted message block |