jarsigner
JarSigner done within java?
Is it possible to use the JarSigner class to sign a jar file within java? Currently I am using: String args[] = {\"-keystore\", keystore, \"-storepass\", password, jar, keyname};[详细]
2023-03-28 22:18 分类:问答Jar signing -validity property
I used the -validity property of the keytool to generate a keystore and self sign a jar. During the process, I saw the debug message that says[详细]
2023-03-26 19:55 分类:问答com.sun.deploy.net.jarsigningexception could not verify signing in resource: xalan.jar, 2.7.1
Our JNLP client application contains different JAR\'s. We sign all these JAR\'s at build-process. Now, we have one Jar which can not be verified, but only under Windows! (xalan-2.7.1.jar)[详细]
2023-03-18 20:04 分类:问答Signing APK by commandline
I am developing android applications with Eclipse and the Android SDK. For testing the app on a device it is pretty embarrasing to do the same job every time:[详细]
2023-03-17 20:27 分类:问答Do I need to resign apk every time I make a change?
I am making my first app and just signed and did all that to make a of开发者_如何转开发ficial signed, non debugging apk. Now, if I want to make a small change, do I need to go through all the resignin[详细]
2023-03-08 16:26 分类:问答Jarsigner will not open
Ok I need some help here !! I am working with Windows 7 Home Premium and I have downloaded and installed the jdk6u25x64 and the android sdk. here in lies the problem. I have an app ready to publish an[详细]
2023-03-02 13:37 分类:问答To change jar expiry time
I need to change expiry date of jar being signed by a certificate to say 30 days. Hence I execute in sequence (I provide relevant inputs for the first command). But in-spite of the -validity option be[详细]
2023-02-19 17:06 分类:问答How to verify signature on self signed jar?
I\'ve signed my jar with a key that I generated using keytool. At runtime, how do I verify that the jar hasn\'t been modified?[详细]
2023-02-09 19:09 分类:问答Problem signing jars for web applet
keytool -genkey -keystore myKeyStore -alias me keytool -selfcert -keystore myKeyStore -alias me jarsigner -keystore myKeyStore jarfile.jar me[详细]
2023-02-01 05:00 分类:问答How to convert .pfx file to keystore with private key?
I need to sign An开发者_如何学编程droid application (.apk). I have .pfx file. I converted it to .cer file via Internet Explorer and then converted .cer to .keystore using keytool. Then I\'ve tried to[详细]
2023-01-25 23:38 分类:问答