I don't understand which attributes are missing. You can call
SignedData.getCertificates() to get all the certificates, and then
extract the attributes from each.
Persuis wrote:
>I use netscape crypto.signtext() to do some form signing, and then decode
>the signed data by jss.I find it very strange that I can only get a few
>attributes from the signed data by jss comparing to signver tool. Some
>attributes as certicate issuer, publickey infomation that can be retrieved
>by signver tool cannot be found by jss.
>
>Anyone has countered the same problem? Thanks for the god I can retrive the
>serial number.What I want to do is to retrieve the certificate from the CA
>according to the serial number and then generate the public key from the
>cerficate, and then verify the signature.Does it practical? Any advice?
>
>Thanks in advance!
>Persuis
>
>