keytool
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 分类:问答keytool - see the public and private keys
I created Java 开发者_JS百科keystore programmatically of type jks (i.e. default type). It is initially empty so I created a DSA certificate.[详细]
2023-02-09 06:01 分类:问答java keystore and password settings
I have the following question on java keystores and keytool. I assume that a keystore may have more than 1 certificates. As I have tried, via keytool I can create a keystore, and to access this keysto[详细]
2023-02-08 21:46 分类:问答java secure socket without authentication?
I have a trivial secure socket server-client program. For the server certificates, I created a keystore using keytool.[详细]
2023-02-08 16:38 分类:问答Trying to refresh 'expired' keystore
I am trying to re-sign some jars using the ant task \'signjar\' however it\'s telling me \"The signer certificate has expired.\"[详细]
2023-02-07 08:11 分类:问答Cannot access the Java Keystore for Android
please help me and excuse any mistakes it\'s late and i\'ve been trying all sorts of solutions as i dont like bothering people if i can help it, but i\'ve hit a brick wall.[详细]
2023-02-05 12:19 分类:问答Failed to generate a proxy class for Exchange EWS: unable to find valid certification path to requested target
开发者_运维知识库I want to generate a proxy class for EWS (http://msdn.microsoft.com/en-us/library/dd877045%28v=exchg.140%29.aspx).[详细]
2023-02-05 10:42 分类:问答JDK 7 changes keytool output
I\'m using keytool of JDK to generate the Google Maps API key fingerprint. While being rejected for several times, I realized that I\'ve upgraded JDK to 1.7 recently. So I switch my dir to JDK6 (Thank[详细]
2023-02-04 09:04 分类:问答Keystore password for Jetty 7.0 SSL configuration
Trying to setup SSL on jetty 7.2.2 using these instructions: http://docs.codehaus.org/display/JETTY/How+to+configure+SSL[详细]
2023-02-04 00:49 分类:问答Key hash for Facebook Android SDK
I can\'t figure out how to get the Key Hash required to use the Facebook Android SDK. I figured out that I can u开发者_高级运维se keytool with these commands:[详细]
2023-01-28 14:05 分类:问答