Initializes a new instance of the PgpCompressedDataGenerator class

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PgpCompressedDataGenerator(
	CompressionAlgorithmTag algorithm
)
Visual Basic
Public Sub New ( _
	algorithm As CompressionAlgorithmTag _
)
Visual C++
public:
PgpCompressedDataGenerator(
	CompressionAlgorithmTag algorithm
)

See Also