메소드 | 설명 | |
---|---|---|
Decrypt ( string inputFile, string privateKeyFile, string passPhrase, string outputFile, bool overwriteTarget, bool removeSource ) : void |
Decrypts the specified input file.
|
|
Encrypt ( string inputFile, string publicKeyFile, string outputFile, bool overwriteTarget, bool removeSource, bool armor ) : void |
Encrypts the specified input file.
|
|
EncryptAndSign ( string inputFile, string publicKeyFile, string privateKeyFile, string passPhrase, string outputFile, bool overwriteTarget, bool removeSource, bool armor ) : void |
Encrypts the and sign.
|
public static Decrypt ( string inputFile, string privateKeyFile, string passPhrase, string outputFile, bool overwriteTarget, bool removeSource ) : void | ||
inputFile | string | The input file. |
privateKeyFile | string | The private key file. |
passPhrase | string | The pass phrase. |
outputFile | string | The output file. |
overwriteTarget | bool | if set to |
removeSource | bool | if set to |
리턴 | void |
public static Encrypt ( string inputFile, string publicKeyFile, string outputFile, bool overwriteTarget, bool removeSource, bool armor ) : void | ||
inputFile | string | The input file. |
publicKeyFile | string | The public key file. |
outputFile | string | The output file. |
overwriteTarget | bool | if set to |
removeSource | bool | if set to |
armor | bool | if set to |
리턴 | void |
public static EncryptAndSign ( string inputFile, string publicKeyFile, string privateKeyFile, string passPhrase, string outputFile, bool overwriteTarget, bool removeSource, bool armor ) : void | ||
inputFile | string | The input file. |
publicKeyFile | string | The public key file. |
privateKeyFile | string | The private key file. |
passPhrase | string | The pass phrase. |
outputFile | string | The output file. |
overwriteTarget | bool | if set to |
removeSource | bool | if set to |
armor | bool | if set to |
리턴 | void |