Commit c095c56
File tree
5 files changed
+23
-17
lines changedFilter options
- src/Symfony/Component/Security/Core
- Encryption
- Exception
5 files changed
+23
-17
lines changedsrc/Symfony/Component/Security/Core/Encryption/AsymmetricEncryptionInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encryption/AsymmetricEncryptionInterface.php+10-7Lines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 |
| - |
33 |
| - |
| 33 | + |
| 34 | + |
| 35 | + |
34 | 36 |
|
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
40 |
| - |
| 42 | + |
41 | 43 |
|
42 |
| - |
| 44 | + |
| 45 | + |
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
| ||
50 | 53 |
|
51 | 54 |
|
52 | 55 |
|
53 |
| - |
| 56 | + |
54 | 57 |
|
55 |
| - |
| 58 | + |
56 | 59 |
|
57 | 60 |
|
58 | 61 |
|
|
src/Symfony/Component/Security/Core/Encryption/PhpseclibEncryption.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encryption/PhpseclibEncryption.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
| 35 | + |
| 36 | + |
34 | 37 |
|
35 | 38 |
|
36 | 39 |
|
37 |
| - |
38 |
| - |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
|
src/Symfony/Component/Security/Core/Encryption/SodiumEncryption.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encryption/SodiumEncryption.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| 29 | + |
| 30 | + |
28 | 31 |
|
29 | 32 |
|
30 | 33 |
|
31 |
| - |
32 |
| - |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
|
src/Symfony/Component/Security/Core/Encryption/SymmetricEncryptionInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encryption/SymmetricEncryptionInterface.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
| ||
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
src/Symfony/Component/Security/Core/Exception/EncryptionException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Exception/EncryptionException.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
0 commit comments