File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/iTextSharp.LGPLv2.Core Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Description >iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.</Description >
4- <VersionPrefix >3.7.1 </VersionPrefix >
4+ <VersionPrefix >3.7.2 </VersionPrefix >
55 <Authors >Vahid Nasiri</Authors >
66 <TargetFrameworks >net9.0;net8.0;net7.0;net6.0;netstandard2.0;net462;</TargetFrameworks >
77 <GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ namespace iTextSharp.text.pdf;
1414/// </summary>
1515public class PdfEncryption
1616{
17- public const int STANDARD_ENCRYPTION_40 = 2 ;
18- public const int STANDARD_ENCRYPTION_128 = 3 ;
19- public const int AES_128 = 4 ;
20- public const int AES_256 = 5 ;
21- public const int AES_256_V3 = 6 ;
17+ internal const int STANDARD_ENCRYPTION_40 = 2 ;
18+ internal const int STANDARD_ENCRYPTION_128 = 3 ;
19+ internal const int AES_128 = 4 ;
20+ internal const int AES_256 = 5 ;
21+ internal const int AES_256_V3 = 6 ;
2222
2323 private const int VALIDATION_SALT_OFFSET = 32 ;
2424 private const int KEY_SALT_OFFSET = 40 ;
You can’t perform that action at this time.
0 commit comments