Adds CSD parsing for both json/yaml to sigbuilder. Also displays both forms when sigs are added in the final page of the SigBuilder flow.
NOTE: SigBuilder currently is built around SigData. CommandSigDatas just get converted to the latter after being parsed. This is a good candidate for a refactor in the future
Adds CSD parsing for both json/yaml to sigbuilder. Also displays both forms when sigs are added in the final page of the SigBuilder flow.
NOTE: SigBuilder currently is built around
SigData
.CommandSigData
s just get converted to the latter after being parsed. This is a good candidate for a refactor in the future