Marcin Cinik
2007-05-14 15:04:04 UTC
Hello!
Do You know how to generate CMSSignedData when I have:
D - original data (being signed)
S1,S2,..,Sn - all SignerInfo structures encoded as DER (those structures
are already signed).
I want to persist every S1,..Sn in a database so every S1,..Sn would be in
its own row. But I don't know how to splice all those data again to form
something like CMSSignedData binary representation of those data.
thanks in advance,
Marcin Cinik
Do You know how to generate CMSSignedData when I have:
D - original data (being signed)
S1,S2,..,Sn - all SignerInfo structures encoded as DER (those structures
are already signed).
I want to persist every S1,..Sn in a database so every S1,..Sn would be in
its own row. But I don't know how to splice all those data again to form
something like CMSSignedData binary representation of those data.
thanks in advance,
Marcin Cinik