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
D
 dcrypt
 debug, FireGPG
 decode
 decraseCounter
 decrypt
 DecryptMessage, FireGPG.Inline
 decryptUserToken, gpgAuth
 deleteKey
 delUid
 denyRegister, FireGPG.Api
 Deprecated, States of the xpcom support
 directorySelector
 doc, FireGPG.cGmail2
 docOccuped, FireGPG.cGmail2
 doServerTests, gpgAuth
 downloadOverlay.js
 dump2
 dumper
E
 encode
 encrypt, FireGPG.Api
 encrypt(text,priv_key_id), FireGPG
 EncryptedMessageEnd, FireGPG.Inline.Tags
 EncryptedMessageStart, FireGPG.Inline.Tags
 EnigConvertFromUnicode
 EnigConvertGpgToUnicode
 EnigConvertToUnicode
 eraseSavedPassword
 ERROR_ALREADY_CRYPT, FireGPG.Const.Results
 ERROR_ALREADY_SIGN, FireGPG.Const.Results
 ERROR_BAD_GPG_ID, FireGPG
 ERROR_BAD_PASS, FireGPG
 ERROR_BAD_SIGN, FireGPG.Const.Results
 ERROR_INIT_FAILLED, FireGPG.Const.Results
 ERROR_NO_DATA, FireGPG.Const.Results
 ERROR_NO_GPG_DATA, FireGPG.Const.Results
 ERROR_NO_KEY, FireGPG.Const.Results
 ERROR_NOTHING, FireGPG
 ERROR_PASS_NOT_ENTERED, FireGPG
 ERROR_PASSWORD, FireGPG.Const.Results
 ERROR_UNKNOW, FireGPG.Const.Results
 ERROR_UNKNOWN, FireGPG
 ERROR_UNSELECTED_GPG_ID, FireGPG
F
 fileExist
 fileSelector
 filter
 FireGPG
 FireGPG’s actions results
 FireGPG’s API constants
 FireGPG.Api
 FireGPG.cGmail
 FireGPG.cGmail2
 FireGPG.cGmailListener
 FireGPG.Core.Overlay
 FireGPG.Inline
 FireGPG.Selection
 FireGPGCall, FireGPGGPGAccess
 firegpgdownloader
 FireGPGGPGAccess
 FireGPGGPGAccessUnixXpcom
 FireGPGGPGAccessWindowsXpcom
 foundTheGoodId, FireGPG.cGmail
 Functions
function dcrypt()
Decrypt the current data of the editor.
FireGPG.debug = function(message,
debugCode,
fatal)
Check if debuggin is enabled and if yes show up messages in console
decode : function (input,
bMode)
Decode a base64 string
decode: function(s)
Decode a utf8 text
function decraseCounter()
Decrase the counter who force user to read what it’s written
decrypt: function(silent,
text,
password,
binFileEncoded,
fileMode,
fileFrom,
fileTo,
api)
Function to decrypt a text.
decrypt: function (event)
Return ‘decrypt-ok’ in ‘result’ (or ‘decrypt-err’ is there is a problem) if trying to decrypt a text was successfull Return in ‘text’ the decrypted text
decrypt: function(text,
password,
binFileMode,
fileMode,
fileFrom,
fileTo)
Decrypt a text.
FireGPG.Inline.DecryptMessage = function(content,
block)
This is the function called when the user click on “Decrypt” for a PGP’s encrypted message block
decryptUserToken: function(UTK_ELM,
e)
This function is called to decrypt the data sent by the server that is encrypted with the users public key
deleteKey: function(silent,
key)
Delete a key (!)
deleteKey: function(key)
Delete a key (!)
delUid: function (silent,
key,
uid)
Delete an identity of a key
delUid: function(key,
uid)
Delete an identity of a key
denyRegister: function(theLocation,
type)
Deny futur registrations from a domain|website|page
function directorySelector()
Open the file selected and return the choosen file.
A list of document who can be used.
A list of document who wait to be checked.
doServerTests: function(STK_ELM,
UTK_ELM,
event)
This function validates the server against the users keyring by encrypting a random token to the public key on file for the given domain.
dump2:function (o)
Show an array or an object in a console
dumper:function (arr,
level)
This function was inspired by the print_r function of PHP.
encode: function (input,
bMode)
Encode to base6
encode: function(s)
Encode a text to utf8
encrypt: function (event)
Return ‘encrypt-ok’ in ‘result’ (or ‘encrypt-err’ is there is a problem) if makeing a ecnrypted text was successfull Return in ‘text’ the encrypted text
Encrypt a text and return the result in an object.
End of an encrypted message
Start of an encrypted message
EnigConvertFromUnicode:function (text,
charset)
Convert the text, in unicode, into an string in the specified chaset.
EnigConvertGpgToUnicode:function (text)
Convert the gpg --with-collums text (who are strangly encoded) into a uniform Unicode string.
EnigConvertToUnicode:function (text,
charset)
Convert the text, in the specified chaset, into an Unicode string.
eraseSavedPassword:function ()
This erase the saved password :function (it’s for exemple when a sign failled)
The text is already encrypted
The text is already signed
if the Key ID is bad or it does not exist
the password is incorrect
The signature was bad
There is a problem with GPG, impossible to execute the executable.
There wasen’t any text to do the operation
The text is not a vlid PGP block
Impossible to verify the signature beacause there wasn’t the public key in the keyring
no error
if no password is entered
The specified password was wrong.
An unkonw error happend
unknown error
if the Key ID was not selected when the window was opened
fileExist:function (path)
Return true if a file exist
function fileSelector()
Open the file selected and return the choosen file.
function filter()
This function filter the key list, based on the current value of search-textbox.
This is the main kernel for FireGPG, who give access to all GPG functions (sign, encrypt, ...)
Class who manage link between FireGPG and the website who use the api
This is the main class to manage gmail’s function with the old interface.
This is the main class to manage gmail’s function with the new interface.
This class implement a listener, to intercept page loaded.
This is the class to comunicate with the menus added in firefox.
This class a system to detect and manage PGP block found in pages
Class to handle selection
The FireGPGCall xpcom.
This is the class to comunicate with the menus added in firefox downloader
This is the main class to access to the gnupg executable.
This class has function for building command lines for GnuPG actions on linux, when the xpcom is available.
This class has function for building command lines for GnuPG actions on windows, when the xpcom is available.
foundTheGoodId: function(id)
Get the interal id of a mail based on this mail id of the page (Used by getMimeMailContens).
Close