Constants

ff_prefTypes - Mozilla preference value type

webpg.constants.ff_prefTypes.stringA string value
webpg.constants.ff_prefTypes.numberA number value
webpg.constants.ff_prefTypes.booleanA bool value

overlayActions - Actions available to the overlay

webpg.constants.overlayActions.SIGN’SIGN’
webpg.constants.overlayActions.PSIGN’PLAINSIGN’
webpg.constants.overlayActions.WSIGN’WRAPSIGN’
webpg.constants.overlayActions.VERIF’VERIF’
webpg.constants.overlayActions.CRYPT’CRYPT’
webpg.constants.overlayActions.SYMCRYPT’SYMCRYPT’
webpg.constants.overlayActions.CRYPTSIGN’CRYPTSIGN’
webpg.constants.overlayActions.DECRYPT’DECRYPT’
webpg.constants.overlayActions.IMPORT’IMPORT’
webpg.constants.overlayActions.EXPORT’EXPORT’
webpg.constants.overlayActions.MANAGER’MANAGER’
webpg.constants.overlayActions.OPTS’OPTS’

PGPTags - Types of PGP start and end tags

webpg.constants.PGPTags.PGP_DATA_BEGINThe start of a PGP block
webpg.constants.PGPTags.PGP_KEY_BEGINThe start of a PGP Public Key block
webpg.constants.PGPTags.PGP_KEY_ENDThe end of a PGP Public Key block
webpg.constants.PGPTags.PGP_PKEY_BEGINThe start of a PGP Private Key block
webpg.constants.PGPTags.PGP_PKEY_ENDThe end of a PGP Private Key block
webpg.constants.PGPTags.PGP_SIGNED_MSG_BEGINThe start of a PGP Signed message block
webpg.constants.PGPTags.PGP_SIGNATURE_BEGINThe start of a PGP Signature block
webpg.constants.PGPTags.PGP_SIGNATURE_ENDThe end of a PGP Signature block or Signed message block
webpg.constants.PGPTags.PGP_ENCRYPTED_BEGINThe start of a PGP Encrypted message block
webpg.constants.PGPTags.PGP_ENCRYPTED_ENDThe end of a PGP Encrypted message block

PGPBlocks - Types of PGP blocks

webpg.constants.PGPBlocks.PGP_KEYA PGP Public Key
webpg.constants.PGPBlocks.PGP_PKEYA PGP Private Key
webpg.constants.PGPBlocks.PGP_SIGNED_MSGA PGP Signed message
webpg.constants.PGPBlocks.PGP_SIGNATUREA PGP Signature
webpg.constants.PGPBlocks.PGP_ENCRYPTEDA PGP Encrypted message

algoTypes - Types of key algorithms

webpg.constants.algoTypes.PGP_KEYA PGP Public Key
webpg.constants.algoTypes.RSARSA algorithm
webpg.constants.algoTypes.DSADSA algorithm
webpg.constants.algoTypes.ELG-EElGamal algorithm
Close