Hi, we are trying to sign some text, with SECCLAB component from http://secclab.mozdev.org
we're using the CLABSignString object to sign a text.
We need to verify it from Java Servlet.
We've tried to use BouncyCastle's JCE provider (but it fails to parse the base64 encoded result with error message "Negative array size" exception.)
We've tried to use flexiprovider but there was also no success.
Can anyone propose solution for verifying PKCS#7 (or CMS) SignedData
generated by CLABSignString (and optionally also with MS CryptoAPI, Netscape 4.x crypto.signText())?
Any Guidelines? Examples?
Thanks, Mihail Daskalov _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
