File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Bundle/JoseFramework/Resources/views/data_collector Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
</div >
20
20
<div class =" sf-toolbar-info-piece" >
21
21
<b >Signature Algorithms</b >
22
- <span class =" sf-toolbar-status" >{{ collector.getData ().algorithm.algorithms [ 'Signature' ] | length }}</span >
22
+ <span class =" sf-toolbar-status" >{{ collector.getData ().algorithm.types . signature }}</span >
23
23
</div >
24
24
<div class =" sf-toolbar-info-piece" >
25
25
<b >Key Encryption Algorithms</b >
26
- <span class =" sf-toolbar-status" >{{ collector.getData ().algorithm.algorithms [ ' Key Encryption ' ] | length }}</span >
26
+ <span class =" sf-toolbar-status" >{{ collector.getData ().algorithm.types . key_encryption }}</span >
27
27
</div >
28
28
<div class =" sf-toolbar-info-piece" >
29
29
<b >Content Encryption Algorithms</b >
30
- <span class =" sf-toolbar-status" >{{ collector.getData ().algorithm.algorithms [ ' Content Encryption ' ] | length }}</span >
30
+ <span class =" sf-toolbar-status" >{{ collector.getData ().algorithm.types . content_encryption }}</span >
31
31
</div >
32
32
{% endset %}
33
33
You can’t perform that action at this time.
0 commit comments