In Java, a keystore is a repository of security certificates, either authorization certificates or public key certificates
0
votes
0answers
13 views
wsit client keystore callback never called
I'm using wsit to create a webserice client with some security enhancements. To justify some deployment specifiactions i had to use the callback mechanism for keystore loading:
<wsp:Policy ...
0
votes
0answers
13 views
Trying to update a Samsung store app - getting error “The signing key is invalid. Please check the signing key of the binary”
We are building an update Android apk using Corona SDK - with the Target App Store set to "Samsung".
We are definitely using the same keystore file that we used to sign the original build. I've used ...
-1
votes
0answers
11 views
Configure SSL certificate on Tomcat web server [closed]
I am attempting to configure my Tomcat 7 web server to support SSL, but I have encountered a problem. I believe that the certificates I have are fine because I was able to successfully configure them ...
1
vote
1answer
32 views
Error while Importing public certificate to a keystore
I have a public certificate from a CA. I want to create a Java SSL connection using this certificate. I referred How do I accept a self-signed certificate with a Java HttpsURLConnection? and Java SSL ...
0
votes
0answers
13 views
Setup keystore/trustore works in local but not in tomcat
I'm having a strange problem with my application.
I put the keystore/trustore with System.setProperty.
I have no problem when i'm using the tool just as an app (not a webapp) but when I put it on a ...
0
votes
1answer
28 views
+50
PKCS#11 keystore does not validate password after successful attempt to enter it
I'm using the following code to access the contents of a PKCS#11 smartcard from an Athena smartcard reader.
Provider pkcs11Provider = new SunPKCS11(new ByteArrayInputStream (config.getBytes()));
if ...
0
votes
0answers
20 views
KeyStore integrity check failed
I am trying to integrate Facebook Chat in android , so far i have successfully import asmack library and i am trying to login using Facebook JabberID.
i have mentioned the following configuration to ...
0
votes
1answer
52 views
Can we upload apk with different signed keystore after deactivate current apk in android
I want to upload apk with different signed keystore after deactivate current apk.
Actually company lost old one keystore that used for signed APK.
So any another way for get old keystore or upload new ...
1
vote
0answers
29 views
Testing Titanium's In-App Billing module for Android
Does anyone know how to properly test live android in app purchases in titanium debug mode?
Previously, I was successfully able to test live in-app purchases and create real transactions when ...
0
votes
0answers
17 views
Android keystore with two different sha1 fingerprints [closed]
I used a keystore to upload my android app. Then I tried to use the same keystore to upload an update but Google console says that I used a different SHA1 fingerprint. When I analyse my keystore and I ...
0
votes
1answer
37 views
keytool : Certificate import gives erro message - Keystore was tampered with, or password was incorrect
My goal is to generate a certificate, export it in a file and import in JDK keystore.
In first step I have generated a self signed certificate using following command, providing password as ...
0
votes
0answers
105 views
Where the debug.keystore in Android Studio
I need to enable google+ api, so I need the debug.keystore. I switched to Android Studio and do not know where it is. I can find it in eclipse at path ~/.android/debug.keystore.
0
votes
0answers
44 views
java.security.cert.CertificateParsingException: invalid DER-encoded certificate data
I am getting the below exception when I am trying to import the certificate to java keystore.
"java.security.cert.CertificateParsingException: invalid DER-encoded certificate data"
FileInputStream ...
1
vote
0answers
47 views
Java - Download zip from a SSL HTTP url (with keystore/trustore)
I'm trying to download a zip file from an url but the url returns a 404 page with the app.
When I try with firefox, it just asked the keystore so I put it and it works : I can download the ZIP file.
...
0
votes
2answers
46 views
Disable keystore on JDBC connection
I have an application which connects to a MySQL DB using ConnectorJ without issue. However, I now need to extend the app to perform a mutually-authenticated HTTP request against an additional ...
0
votes
2answers
78 views
keytool error Keystore was tampered with, or password was incorrect
I am getting following error while generating certificates on my local machine.
C:\Users\abc>keytool -genkey -alias tomcat -keyalg RSA
Enter keystore password:
keytool error: java.io.IOException: ...
0
votes
1answer
23 views
gettingerror while installing the certificates
I was facing the issue in my application as mentioned here.. I have followed this as solution ..but upon executuing the the java class installcert I got this error please advise how to proceed
...
0
votes
0answers
30 views
Wrong version of keystore - BKS generated with V146 of BouncyCastle
I am trying to use BKS keystore in an Android application but I keep getting this exception.
05-31 19:53:52.963: E/AndroidRuntime(18992): FATAL EXCEPTION: AsyncTask #2
05-31 19:53:52.963: ...
0
votes
0answers
52 views
New certificate issue [duplicate]
I have installed new certificates for my application and upon restaring the application I am getting the following stacktrace could you please
advise how to overcome from this
ERROR: ...
-1
votes
1answer
23 views
Cannot Generate a Keystore After Deletion
I accidentally put the wrong password when I wanted to create my Java keystore, the command that I used is:
keytool -genkey -alias myal
Afterwards, I entered my password and all the required ...
0
votes
0answers
81 views
Why would Facebook login not work on certain devices?
I have built in app using Corona SDK that has facebook login in it. But for some reason I have a problem with facebook login on the Galaxy S4. I press the facebook login button, it goes to Chrome and ...
0
votes
0answers
34 views
Flying Saucer and CSS
When using flying saucer to convert to xhtml to PDF, I'm getting the following exception:
java.io.IOException: Stream closed
at java.io.BufferedInputStream.getInIfOpen(Unknown Source)
...
0
votes
1answer
21 views
Java keystore located in tomcat lib
Are there any security implications of having a java keystore in the lib folder of Tomcat? I tried to have it outside of the lib folder but then I get a file not found exception. This is for an Axis2 ...
0
votes
0answers
97 views
Android Development - Error: Trust anchor for certification path not found
So far my code is fairly straight forward. One WebView, and an AsyncTask with Jsoup.
public class MainScreen extends Activity {
WebView web;
Response res;
@Override
protected void ...
0
votes
1answer
37 views
TrustManagerFactory IBM Java 1.7
In my Java Application, I used the keystore facility of Java in the client side. I support both Oracle and IBM Java environment. Basically the code looks like:
try {
KeyStore ks = ...
-4
votes
1answer
47 views
Uploading android app to Google play [closed]
I'm new to android development,my application is ready and now I want to distribute it through Google play. But I don't know how to create certificate, because default debug certificate not use for ...
0
votes
0answers
38 views
How does one generate cryptographic signatures PKCS#7 in Java?
I am trying to develop a module in Java (JDK 1.7), to apply a digital signature to digital documents with PKCS # 7 cryptographic envelopes.
I'm using the java class KeyStore (java.security.KeyStore), ...
0
votes
0answers
13 views
Lost alias in Android keystore. Any way to rebuild it?
I lost my current .keystore file, but I have a backup from a while ago that's missing the newest app alias I've added to it.
I also have the SHA-1 of the good keystore.
I'm pretty sure I remember ...
0
votes
2answers
37 views
Java SSL: does a server and client have to have a copy of the same keystore file?
im kind of new to this and I was just wondering, in an ssl application, ideally in a real world situation, would the server and client both have copies of the exact same .keystore file, or would this ...
2
votes
0answers
75 views
Can not upload updated APK to Google for game made with Unity
We have recently purchased a game from another company and have done some updates to it with all the information converted over to our side.
The game is made and updated using Unity and is for the ...
0
votes
0answers
30 views
Issue with setting JVM run time properties for truststore in WASCE environment
My Axis2 1.4.1, ADB binded webservice hosted in Websphere Application server community edition(WASCE)2.1.1.5. I have implemented SSL by generated self signed certificate and imported into keystore and ...
0
votes
0answers
34 views
keystore getEntry returns null second time
In my request doPost I have the following code.
File file = new File("C:\\temp\\HelloWorld.P12");
is = new FileInputStream(file);
String password = "helloworld";
...
0
votes
1answer
11 views
Can I generate CSR using java keytool on Computer 1, and use that keystore on Computer 2?
Assuming I have created a keystore and private key using java keytool using the following command on Computer 1.
keytool -genkey -dname "CN=abc" -alias abc -keyalg "RSA" -keysize 1024 -sigalg ...
0
votes
2answers
79 views
AndroidCAStore throws NullPointerException warning on 4.2.2 Jellybean
I am using following code for XMPPConnection to get Keystore certificates
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
conf.setTruststoreType("AndroidCAStore");
...
0
votes
0answers
23 views
is it possible to reference Certificates in the “Local Computer” account in Windows with Jarsigner?
I used the Jarsigner tool in Windows to sign a JAR file for the first time. One of the big problems I encountered was that I had installed the certificate in the MMC Certificates Snap In using the ...
1
vote
1answer
163 views
keytool error: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider
I want to create a BKS keystore type and for that I'm using this command:
keytool -genkey -keystore ./test.keystore -alias test -storepass testtest -keypass testtest -dname "CN='', OU='', O='', ...
0
votes
1answer
55 views
Certificate fingerprints don't match after export
Hello I have a problem,
When I try to upload my app to the Google Play Developer Console, it says the certificate fingerprints missmatch and shows another fingerprint than I'm seeing when I export ...
0
votes
0answers
30 views
jconsole not able to connect to remote process
I am not able to connect to a remote java process which is started with following parameters:
-Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=9010 \
...
0
votes
0answers
83 views
ANT build: [signjar] enter passphrase for keystore:
I have created a project in eclipse and while trying to build the project from command prompt the following is asked:
[signjar] jarsigner error: java.lang.RuntimeException: keystore load: ...
0
votes
0answers
79 views
“Received fatal alert: handshake_failure” when trying to connect to https web service
I want to build a Spring 3 (v 3.1.1.RELEASE) application (on Java 1.6) to communicate with an HTTPS web service, which is using a self-signed certificate that I created. I'm confused about how to set ...
1
vote
1answer
75 views
Use a different keystore per every webapp in tomcat (one JVM)
I've a tomcat instance with many webapps. Some of them require their own independent keystore to call an external Web Service over SSL. So far the only way I've found to use the provided keystore is ...
0
votes
0answers
34 views
Is my client and server authentication with ssl certificates is secure?
I was wondering if my client and server authentication with ssl certificates is secure. My setup is:
client generates keystore ( keytool -genkey -alias client -keyalg RSA -keystore client.ks ) and ...
0
votes
1answer
27 views
Getting “InvalidAlgorithmParameterException” while posting to a HTTPS website
I'm trying to post data to a payment gateway website with the following jsp code:
System.setProperty("javax.net.ssl.trustStore ","C:\\Program Files\\Java\\jdk1.7.0_17\\jre\\lib\\security\\cacerts");\
...
1
vote
2answers
80 views
Change default .keystore location
How to make JVM search for .keystore file in user specified location instead of deafult location (user's home directory)?
0
votes
0answers
59 views
How to create and populate a Keystore object from an X509Certificate string
I have a string that I'm passing around which represents an X509Certificate generated by:
String strMessage =
Base64.encodeToString(chain[0].getEncoded(), android.util.Base64.NO_WRAP);
This ...
1
vote
1answer
59 views
Is here some use of information provided in Android Keystore? Is it even readable after we sign the app?
Eclipse ask for following information when creating the keystore,
First and Last Name:
Organizational Unit:
Organization:
City or Location:
State or Province:
Country Code (XX):
Wondering if ...
0
votes
1answer
56 views
How to make system search for .keystore file in project directory, by default it checks for .keystore file in C:\Users?
I am using ANT to build a war file for my project which uses applets. I have created a keystore file in the project directory, but on build up system checks for the .keystore file in C:\Users, how can ...
0
votes
0answers
43 views
How can I add a certifcate to the Java keystore on my Android device?
I'd like to add a custom root certificate to my Java keystore on my Jellybean Android device. I found that one way of adding new certificated to the Android keystore is through "Settings" > "Security" ...
0
votes
1answer
42 views
How to get browser keystore from applet?
I have an applet for The digital signature.Also i have certificate on PKCS ♯12 which imported to browser.
How can i get this certificate from browser using applet?
1
vote
1answer
143 views
SSL connection with custom keystore .jks file and password and Send a request to URL
I need send a request to URL with custom keystore .jks file and password . Here is the following piece of code . It is not very clean. I need to clean it up :-) I see an exception of ...



