| V | |
| verify | |
| VerifySignature, FireGPG. | |
| W | |
| wash, FireGPG. | |
| wrap |
Verfiy signs of the current data of the editor.
function verify()
Function to verify signs in a text.
verify: function( silent, text, charset, signData, fileMode, fileFrom, fileSig, fileDataForSign, fromDTA )
Verify a text.
verify: function( text, charset, fileMode, fileFrom, fileSig, fileDataForSign, fromDTA )
This is the function called when the user click on “Verify” for a PGP’s signed message block
FireGPG.Inline.VerifySignature = function( content, block )
Transform HTML to usable text to encrypt
wash: function( text )
This function wraps a single line of text into multiple lines, each no longer than limit, unless a single word is too long.
wrap:function ( text, limit )