Generates literal data objects in the old format. This is important if you need compatibility with PGP 2.6.x.

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

Syntax

C#
public PgpLiteralDataGenerator(
	bool oldFormat
)
Visual Basic
Public Sub New ( _
	oldFormat As Boolean _
)
Visual C++
public:
PgpLiteralDataGenerator(
	bool oldFormat
)

Parameters

oldFormat
Type: System..::..Boolean
If true, uses old format.

See Also