Go Back   Velocity Reviews > Newsgroups > Java
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Java - signer information does not match signer information of other classes in the same package

 
Thread Tools Search this Thread
Old 12-06-2005, 05:30 PM   #1
Default signer information does not match signer information of other classes in the same package


Hello guy's
Im a java beginner and i have a little problems with i think somes
jar's files.....
I finish my little applet to sign a document with the entrust toolkit
...

So when im going to sign my files , i cautch a Java security exception
:

class "com.entrust.toolkit.PKCS7EncodeStream"'s signer information does
not match signer information of other classes in the same package

SO ... All the jar's of the toolkit are sign by Entrust and all of the
other jar are signe by a test signature ...

What do u think is the problems ???
And in general , what this : signer information does not match signer
information of other classes in the same package mean ..
The problems are not in the code i think because all compile great ...

Do u have any suggestion ?

Thx.



clercmedia
  Reply With Quote
Old 12-06-2005, 07:33 PM   #2
Roedy Green
 
Posts: n/a
Default Re: signer information does not match signer information of other classes in the same package

On 6 Dec 2005 09:30:08 -0800, "clercmedia" <>
wrote, quoted or indirectly quoted someone who said :

>SO ... All the jar's of the toolkit are sign by Entrust and all of the
>other jar are signe by a test signature ...
>
>What do u think is the problems ???


The error message say all classes of the same package must have the
same signature.

You can fix it perhaps my moving a class, or my getting a real cert
and using it to sign everything.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
  Reply With Quote
Old 12-09-2005, 03:14 PM   #3
clercmedia
 
Posts: n/a
Default Re: signer information does not match signer information of other classes in the same package

NIce it's work !!
Thx !

  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump