메소드 | 설명 | |
---|---|---|
Decrypt ( Stream inputStream, Stream privateKeyStream, string passPhrase, string outputFile ) : void | ||
Decrypt ( string inputfile, string privateKeyFile, string passPhrase, string outputFile ) : void |
Decrypts the specified inputfile.
|
|
EncryptAndSign ( string inputFile, string outputFile, string publicKeyFile, string privateKeyFile, string passPhrase, bool armor ) : void |
Encrypt and sign the file pointed to by unencryptedFileInfo.
|
|
EncryptFile ( string inputFile, string outputFile, string publicKeyFile, bool armor, bool withIntegrityCheck ) : void |
Encrypts the file.
|
메소드 | 설명 | |
---|---|---|
ChainCompressedOut ( Stream encryptedOut ) : Stream | ||
ChainEncryptedOut ( Stream outputStream, |
||
ChainLiteralOut ( Stream compressedOut, |
||
FindSecretKey ( |
Search a secret key ring collection for a secret key corresponding to keyId if it exists.
|
|
InitSignatureGenerator ( Stream compressedOut, |
||
OutputEncrypted ( string inputFile, Stream outputStream, |
Outputs the encrypted.
|
|
ReadPublicKey ( Stream inputStream ) : |
A simple routine that opens a key ring file and loads the first available key suitable for encryption.
|
|
WriteOutputAndSign ( Stream compressedOut, Stream literalOut, |
Writes the output and sign.
|
public static Decrypt ( Stream inputStream, Stream privateKeyStream, string passPhrase, string outputFile ) : void | ||
inputStream | Stream | |
privateKeyStream | Stream | |
passPhrase | string | |
outputFile | string | |
리턴 | void |
public static Decrypt ( string inputfile, string privateKeyFile, string passPhrase, string outputFile ) : void | ||
inputfile | string | The inputfile. |
privateKeyFile | string | The private key file. |
passPhrase | string | The pass phrase. |
outputFile | string | The output file. |
리턴 | void |
public static EncryptAndSign ( string inputFile, string outputFile, string publicKeyFile, string privateKeyFile, string passPhrase, bool armor ) : void | ||
inputFile | string | The input file. |
outputFile | string | The output file. |
publicKeyFile | string | The public key file. |
privateKeyFile | string | The private key file. |
passPhrase | string | The pass phrase. |
armor | bool | if set to |
리턴 | void |
public static EncryptFile ( string inputFile, string outputFile, string publicKeyFile, bool armor, bool withIntegrityCheck ) : void | ||
inputFile | string | The input file. |
outputFile | string | The output file. |
publicKeyFile | string | The public key file. |
armor | bool | if set to |
withIntegrityCheck | bool | if set to |
리턴 | void |