File tree Expand file tree Collapse file tree 4 files changed +0
-67
lines changed
app/code/Magento/JwtFrameworkAdapter/Model Expand file tree Collapse file tree 4 files changed +0
-67
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
*/
32
32
class JweAlgorithmManagerFactory
33
33
{
34
- /**
35
- * @var AlgorithmProviderFactory
36
- */
37
- private AlgorithmProviderFactory $ algorithmProviderFactory ;
38
-
39
- /**
40
- * Default constructor.
41
- * @param AlgorithmProviderFactory $algorithmProviderFactory
42
- */
43
- public function __construct (AlgorithmProviderFactory $ algorithmProviderFactory )
44
- {
45
- $ this ->algorithmProviderFactory = $ algorithmProviderFactory ;
46
- }
47
-
48
34
/**
49
35
* Returns the list of names of supported algorithms.
50
36
*
Original file line number Diff line number Diff line change 18
18
19
19
class JweContentAlgorithmManagerFactory
20
20
{
21
- /**
22
- * @var AlgorithmProviderFactory
23
- */
24
- private AlgorithmProviderFactory $ algorithmProviderFactory ;
25
-
26
- /**
27
- * Default constructor.
28
- * @param AlgorithmProviderFactory $algorithmProviderFactory
29
- */
30
- public function __construct (AlgorithmProviderFactory $ algorithmProviderFactory )
31
- {
32
- $ this ->algorithmProviderFactory = $ algorithmProviderFactory ;
33
- }
34
-
35
21
/**
36
22
* Returns the list of names of supported algorithms.
37
23
*
Original file line number Diff line number Diff line change 29
29
*/
30
30
class JwsAlgorithmManagerFactory
31
31
{
32
- /**
33
- * @var AlgorithmProviderFactory
34
- */
35
- private AlgorithmProviderFactory $ algorithmProviderFactory ;
36
-
37
- /**
38
- * Default constructor.
39
- * @param AlgorithmProviderFactory $algorithmProviderFactory
40
- */
41
- public function __construct (AlgorithmProviderFactory $ algorithmProviderFactory )
42
- {
43
- $ this ->algorithmProviderFactory = $ algorithmProviderFactory ;
44
- }
45
-
46
32
/**
47
33
* Returns the list of names of supported algorithms.
48
34
*
You can’t perform that action at this time.
0 commit comments