C# Class VSNDK.Tasks.BBSigner

MSBuild Task responsible for the signing of the BlackBerry Bar files for deploy to a secure device not in development mode.
Inheritance: TrackedVCToolTask
Mostra file Open project: blackberry/VSPlugin

Protected Properties

Property Type Description
switchOrderList System.Collections.ArrayList

Private Properties

Property Type Description

Public Methods

Method Description
BBSigner ( ) : System

BBSigner Constructor Fuction

Decrypt ( string cipher ) : string

Decrypts a given string.

Keep in mind that the decrypted string remains in memory and makes your application vulnerable per se. If runtime protection is essential, SecureString should be used.

Protected Methods

Method Description
GenerateCommandLineCommands ( ) : string

Return the command line argument string Note: pass the response file to command line commands

GenerateResponseFileCommands ( ) : string

Return the Response File Commands string.

GetResponseFileSwitch ( string responseFilePath ) : string

Return the GetResposeFile Switch Note: don't use response file for msbuild because it is removed before qcc to run GCC compiler

Method Details

BBSigner() public method

BBSigner Constructor Fuction
public BBSigner ( ) : System
return System

Decrypt() public method

Decrypts a given string.
Keep in mind that the decrypted string remains in memory and makes your application vulnerable per se. If runtime protection is essential, SecureString should be used.
If /// is a null reference.
public Decrypt ( string cipher ) : string
cipher string A base64 encoded string that was created /// through the or /// extension methods.
return string

GenerateCommandLineCommands() protected method

Return the command line argument string Note: pass the response file to command line commands
protected GenerateCommandLineCommands ( ) : string
return string

GenerateResponseFileCommands() protected method

Return the Response File Commands string.
protected GenerateResponseFileCommands ( ) : string
return string

GetResponseFileSwitch() protected method

Return the GetResposeFile Switch Note: don't use response file for msbuild because it is removed before qcc to run GCC compiler
protected GetResponseFileSwitch ( string responseFilePath ) : string
responseFilePath string
return string

Property Details

switchOrderList protected_oe property

protected ArrayList,System.Collections switchOrderList
return System.Collections.ArrayList