Name | Description | |
---|---|---|
![]() | PgpEncryptorDecryptor Constructor | Overloaded. |
The following tables list the members exposed by PgpEncryptorDecryptor.
Name | Description | |
---|---|---|
![]() | PgpEncryptorDecryptor Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | PgpVersion | Which PGP Version to use. In PGP version 2 the symmetric key algorithm is IDEA. In PGP Version 3 it uses CAST-128 (a.k.a. CAST5) symmetric key algorithm. The default is Version 3. |
![]() | WithIntegrityCheck | A packet will be included for data integretiy per RFC 4880 https://tools.ietf.org/html/rfc4880 |
Name | Description | |
---|---|---|
![]() | DecryptFile | Decrypt a file |
![]() | DecryptFileAsync | Decrypt a file asynchronously |
![]() | DecryptStream | Decrypt a stream |
![]() | DecryptStreamAsync | Decrypt a stream asynchronously |
![]() | EncryptFile | Encrypt a file |
![]() | EncryptFileAsync | Encrypt a file asynchronously |
![]() | EncryptStream | Encrypt a stream |
![]() | EncryptStreamAsync | Encrypt a stream asynchronously |
![]() | GenerateKeyPairFiles | Generate a pair of public and private keys |