Commit 2f5332f
committed
Make cipher field in AESCipher and AESCipherCBCnoPad thread safe
DEVSIX-8435
Autoported commit.
Original commit hash: [cecbc2716]
Manual files:
kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipher.java
kernel/src/main/java/com/itextpdf/kernel/crypto/AESCipherCBCnoPad.java
kernel/src/main/java/com/itextpdf/kernel/crypto/securityhandler/EncryptionUtils.java
sign/src/main/java/com/itextpdf/signatures/validation/v1/SignatureValidationProperties.java1 parent c6432b3 commit 2f5332f
File tree
5 files changed
+8
-8
lines changed- itext
- itext.kernel/itext/kernel
- crypto
- pdf
- itext.sign/itext/signatures/validation/v1
5 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments