NET PGP Library
PgpEncryptorDecryptor Class Members
Properties  Methods 


KellermanSoftware.NetPgpLibrary Namespace : PgpEncryptorDecryptor Class

The following tables list the members exposed by PgpEncryptorDecryptor.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property 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.  
Public Property A packet will be included for data integretiy per RFC 4880 https://tools.ietf.org/html/rfc4880  
Top
Public Methods
 NameDescription
Public Method Decrypt a file  
Public Method Decrypt a file asynchronously  
Public Method Decrypt a stream  
Public Method Decrypt a stream asynchronously  
Public Method Encrypt a file  
Public Method Encrypt a file asynchronously  
Public Method Encrypt a stream  
Public Method Encrypt a stream asynchronously  
Public Method Generate a pair of public and private keys  
Top
See Also

Reference

PgpEncryptorDecryptor Class
KellermanSoftware.NetPgpLibrary Namespace