There is a addSigner method referenced in a comment at the following URL
http://www.mozilla.org/projects/security/pki/jss/javadoc/org/mozilla/jss/pkcs7/SignedData.html
Quotes :
" This field will also be updated by the addSigner method. If all the signers are added with addSigner, it is not necessary to list the digest algorithms here. "
" Additional signerInfos can be added with the addSigner method. If this parameter is null, the field will be initialized with an empty SET. "
But looking all around the code I couldn't find this method. Is that something that will be added, that was removed, that was forgotten ?
Thanks in advance for any return on that.
Regards,
Kostya
