Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
P
 parseUrl, webpg.utils
 PGP_DATA_BEGIN, webpg.constants.webpg.constants.PGPTags
 PGP_ENCRYPTED, webpg.constants.webpg.constants.PGPBlocks
 PGP_ENCRYPTED_BEGIN, webpg.constants.webpg.constants.PGPTags
 PGP_ENCRYPTED_END, webpg.constants.webpg.constants.PGPTags
 PGP_KEY
 PGP_KEY_BEGIN, webpg.constants.webpg.constants.PGPTags
 PGP_KEY_END, webpg.constants.webpg.constants.PGPTags
 PGP_PKEY, webpg.constants.webpg.constants.PGPBlocks
 PGP_PKEY_BEGIN, webpg.constants.webpg.constants.PGPTags
 PGP_PKEY_END, webpg.constants.webpg.constants.PGPTags
 PGP_SIGNATURE, webpg.constants.webpg.constants.PGPBlocks
 PGP_SIGNATURE_BEGIN, webpg.constants.webpg.constants.PGPTags
 PGP_SIGNATURE_END, webpg.constants.webpg.constants.PGPTags
 PGP_SIGNED_MSG, webpg.constants.webpg.constants.PGPBlocks
 PGP_SIGNED_MSG_BEGIN, webpg.constants.webpg.constants.PGPTags
 PGPBlockParse, webpg.inline
 PGPBlocks-Types of PGP blocks, webpg.constants
 PGPDataSearch, webpg.inline
 PGPTags-Types of PGP start and end tags, webpg.constants
 PSIGN, webpg.constants.webpg.constants.overlayActions
R
 refreshText, webpg.gmail
 remove, webpg.preferences.enabled_keys
 removeAll, webpg.utils.contextMenus
 removeStatusLine, webpg.gmail
 resourcePath, webpg.utils
 RSA, webpg.constants.webpg.constants.algoTypes
S
 sendRequest
 set
 setContents, webpg.gmail
 setup, webpg.gmail
 SIGN, webpg.constants.webpg.constants.overlayActions
 string, webpg.constants.webpg.constants.ff_prefTypes
 SYMCRYPT, webpg.constants.webpg.constants.overlayActions
V
 VERIF, webpg.constants.webpg.constants.overlayActions
W
 webpg.background
 webpg.constants
 webpg.gmail
 webpg.inline
 webpg.inline_results
 webpg.keymanager
 webpg.overlay
 webpg.preferences
 webpg.preferences.decorate_inline
 webpg.preferences.default_key
 webpg.preferences.enabled_keys
 webpg.preferences.encrypt_to_self
 webpg.preferences.gmail_action
 webpg.preferences.gmail_integration
 webpg.preferences.gnupghome
 webpg.preferences.webpg_enabled
 webpg.utils
 WSIGN, webpg.constants.webpg.constants.overlayActions
parseUrl: function(url)
Returns an object containing the many various elements of a URL
The start of a PGP block
A PGP Encrypted message
The start of a PGP Encrypted message block
The end of a PGP Encrypted message block
A PGP Public Key
A PGP Public Key
The start of a PGP Public Key block
The end of a PGP Public Key block
A PGP Private Key
The start of a PGP Private Key block
The end of a PGP Private Key block
A PGP Signature
The start of a PGP Signature block
The end of a PGP Signature block or Signed message block
A PGP Signed message
The start of a PGP Signed message block
PGPBlockParse: function(range,
node,
blockType)
Parses range contents and sends the appropriate request for the PGP blocks discovered.
PGPDataSearch: function(doc)
Searches the document for elements that contain PGP Data blocks.
‘PLAINSIGN’
refreshText: function(e)
Refresh the button text and style to reflect the present state
remove: function(keyid)
Provides method to remove the key from the preference item
Removes or hides all items in the context menu.
removeStatusLine: function()
Removes the status message line from the gmail UI
resourcePath: function()
Determines the base path for extension resources.
RSA algorithm
sendRequest: function(data,
callback,
doc)
Sends a request event to the background page or content script
Sends a request to a given tab/frame
set: function(value)
Provides method to set the preference item
set: function(keyid)
Provides method to set the preference item
set: function(value)
Provides method to set the preference item
set: function(value)
Provides method to set the preference item
set: function(value)
Provides method to set the preference item
set: function(value)
Provides method to set the preference item
set: function(value)
Provides method to set the preference item
setContents: function(editor,
message)
Sets the contents of the gmail UI message editor
setup: function(navDiv)
Sets up the required observers and creates instances to reusable objects
‘SIGN’
A string value
‘SYMCRYPT’
‘VERIF’
The background page runs within the context of the browser and handles communication between privileged pages/content and unprivileged pages.
Holds all of the contant variables required between pages
Adds WebPG functionality to gmail
Handles all inline GPG/PGP data found on content pages
This class implements the inline results iframe
This class implements the methods to create/modify and interact with the key manager.
This class implements the overlay/content-script for the extension
Provides unified getter/setter methods for storing the user/global preference items
Provides methods to get/set the “decorate_inline” preference
Provides methods to get/set the “default_key” preference
Provides methods to get/set the “enabled_keys” preference
Provides methods to get/set the “encrypt_to_self” preference
Provides methods to get/set the “gmail_action” preference
Provides methods to get/set the “gmail_integration” preference
Provides methods to get/set the “gnupghome” preference
Provides methods to get/set the “enabled” preference
Provides reusable, generic methods for browser specific tasks.
‘WRAPSIGN’
Close