Emmanuel.Cryptography.GnuPG.GnuPG Class
Test Page for GnuPGWrapper class.

Access: Public
Base Classes: Page
  Members Description  
    Page_Load Page Load callback function. Initialize text boxes (FromTextBox, ToTextBox) with values from Web.Config file ("originator" => FromTextBox, "recipient" => ToTextBox).

 
    OnInit

 
    InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.

 
    CryptAndSignButton_Click Callback function when a user clicks on CryptAndSignButton. Processes the input text from MessageTextBox control via GnuPG and displays the output into OutputTextBox control. Please note that this function reads the following keys from Web.Config and passes them to the GnuPGWrapper class: "homedirectory" and "passphrase".

 
    CryptButton_Click    
    SignButton_Click    
    VerifyButton_Click    
    DecryptButton_Click    
    ErrorMessage

 
    FromTextBox

 
    ToTextBox

 
    MessageTextBox

 
    OutputTextBox

 
    CryptAndSignButton

 
    CryptButton

 
    SignButton

 
    VerifyButton

 
    DecryptButton

 
    ExitCodeLabel