1. I insert my hardware token with "smartcard" certificate into my
DataKey reader.
2. I move each jar file, one at a time, to my X drive, xyz folder.
3. I log into UNIX and extract the jar with the jar tool (jar -xf
file.jar).
4. I then open a DOS window and issue the signtool command (signtool -
d . -k "DataKey:Certificate" -p "password" -Z "outfile.jar" "X:
\xyz").  At this point, signtool changes the name of obfusicated files
(g.class -->
g~2.cla) because Windows does not accept two similarly named files
located in the same folder.

The jar file has obfuscated classes like:
G.class
g.class

Any suggestions on how to get signtool and windows to play nicely with
these files?

Thanks
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to