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 1919 </div >
2020 <div class =" sf-toolbar-info-piece" >
2121 <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 >
2323 </div >
2424 <div class =" sf-toolbar-info-piece" >
2525 <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 >
2727 </div >
2828 <div class =" sf-toolbar-info-piece" >
2929 <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 >
3131 </div >
3232 {% endset %}
3333
You can’t perform that action at this time.
0 commit comments