Dies ist eine statische Kopie unseres alten Forums. Es sind keine Interaktionen möglich.
This is a static copy of our old forum. Interactions are not possible.

motja

Trainee

  • "motja" started this thread

Posts: 53

Date of registration: Nov 8th 2004

1

Monday, November 5th 2007, 2:32pm

Export the Public Key Certificate

Hallo,

ich bin auf folgendes Problem gestoßen:

java.sun.com beschreibt das Vorgehen bei Jarsignen so:
  • Put Java class files comprising your application into a JAR file
  • Sign the JAR file
  • Export the public key certificate corresponding to the private key used to sign the JAR file.
die ersten zwei Punkten habe ich schon überwunden, komme aber bei dem dritten nicht weiter. es wird wunderbar erklärt, wie man das auf der Konsole macht, nur möchte ich das in build.xml mit <target name=... usw.
um key zu generieren gibt es ein tag genkey. gibt es evtl. auch die Möglichkeit ein export zu machen?