We're attempting to verify PKCS#7 signature within our JavaScript project. Unfortunately, the PKCS7.verify function not yet implemented.
verify: function() {
throw new Error('PKCS#7 signature verification not yet implemented.');
},
Can anyone provide guidance or alternative methods for PKCS#7 verification?