-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Utiltities.cs to support PGP 2.6.x compatibility
PgpLiteralDataGenerator has a constructor that takes a bool indicating whether to use old format. If true, it generates literal data objects in the old format. /// This is important if you need compatibility with PGP 2.6.x. Added bool value, useOldFormat, to all utilities methods constructing PgpLiteralDataGenerator object. Default value false to not break any current client usage of the Utilities class. useOldFormat passed to the PgpLiteralDataGenerator constructor.
- Loading branch information
Showing
1 changed file
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters