Tagged Questions
The jks tag has no wiki summary.
7
votes
2answers
5k views
How to use PEM file to create a SSL socket in Java?
See related question.
I have a PEM file provided to me and was told that it will be needed in establishing a SSL socket that connects to a c++ server for some API calls. Does anyone know how I can ...
4
votes
2answers
719 views
JKS protection
Are JKS (Java Key Store) files encrypted? Do they provide full protection for encryption keys, or do I need to rely solely on access control?
Is there a way to ensure that the keys are protected?
I'm ...
3
votes
2answers
62 views
Changing the password of a java keystore programmatically
How do I go about changing the password of a JKS keystore(and all entries in it) from java code?
3
votes
2answers
3k views
Converting .jks to p12
How to configure .jks file to p12.
jks is java key store file so how can i convert to p12 format.
3
votes
1answer
192 views
How do I access a third party component using ASP.NET and a JKS certificate?
I need to access a third party application that requires a JKS Certificate (which I have).
My client application is an ASP.NET one. How do I go about this?
(I would have liked to provide more ...
3
votes
3answers
6k views
How can I create a PFX file from a Java Keystore?
I have a Java keystore (.jks file) holding a single certificate. How can I create a .pfx file from this keystore?
2
votes
1answer
97 views
how s_client present client certificate chain
I am trying to test whether the my certs and server certs works correctly by using openssl s_client.
openssl s_client -cert mycert -key mykey -CAfile CA.cert -connect host:name
But this tool only ...
2
votes
1answer
160 views
Connect to FTPS server
I write FTPS server, and I have problems with ssl connection after AUTH TLS command.
Simple example:
try
{
int ServerPort = 21;
ServerSocket FtpExServer = new ServerSocket(ServerPort);
...
1
vote
1answer
26 views
Keystore Alias Null Error
I am trying to configure a product called Hermes for a digital signature.
I have a file MyCert.pfx which I specified in its configuration as follows:
<component ...
1
vote
2answers
186 views
Convert CA-signed JKS keystore to PEM
I have a JKS keystore with certicate signed by CA. I need to export it in PEM format in order to use it with nginx. I need to do it in such a way that it includes the whole chain, so that my client ...
1
vote
1answer
111 views
WSIT: JKS relative filepath
When creating a web service server using Netbeans, Maven, Metro and Tomcat, how can I use relative filepaths in the wsit configuration?
For example, I have this line inside the wsit file:
...
1
vote
2answers
360 views
Calling WS with SSL in java
I connect to a web service with this client that work fine:
WSCSI WSCS = new WSCSI("http://localhost:8080/ServiceV2/services/WSCSISoap?wsdl","WSCSI","WSCSISoap");
IScoring instance = new ...
1
vote
2answers
765 views
Convert Keystore - Windows-my to jks
We are using SunMSCAPI to retrieve the current user keystore as below..
keystore = KeyStore.getInstance("Windows-MY", "SunMSCAPI");
We will need to build a JSSE keystore of type JKS/PKCS12 and ...
1
vote
1answer
811 views
What are the merits of JKS vs PKCS12 for code signing?
When buying a code-signing certificate, what are the merits of starting with a PKCS12 versus JKS certificate? Some vendors give instructions on starting with a JKS or PKCS12 certificate signing ...
1
vote
2answers
427 views
Setting Grizzly's keystore to use a jks in a jar
I'm trying to use com.sun.grizzly.SSLConfig.setKeyStoreFile() to set SSL for Grizzly. It only takes a String as input (not InputStream or File). I want to use a jks file that is within a JAR file. ...
1
vote
2answers
825 views
How does keytool protect keys?
When you are building a key store with the Java Keytool utility, how are the keys protected? I've read through the documentation, and I realize that each private key has a key password, and then the ...
0
votes
1answer
26 views
GKR storetype not working in tomcat
I have a keystore generated with GNU/JAVA and its storetype is GKR.
Now the tomcat is not supporting GKR type keystore. Is there any way to rum GKR storetype in tomcat?
Or any way to convert GKR ...
0
votes
1answer
53 views
one PEM file with private ley and certificate into JKS
I have a JKS keystore in client application and I have been given one PEM file containing both private key and certificate to use for SOAP signature. PEM file looks like this:
-----BEGIN RSA PRIVATE ...
0
votes
1answer
45 views
Java EE + JKS vs CSharp
from .NET 3.5 C# web application we want to connect to Java WebService. There are security checks using JKS certificate. How can we use it / send it in web method call?
Thanks.
0
votes
2answers
100 views
How do I import an existing Java keystore (.jks) file into a Java installation?
So, I am having trouble with LDAP. I have an integration test case that hopefully will work out, but it is currently running into LDAPS security issues with the SSL handshake.
I am able to connect ...
0
votes
1answer
80 views
How can I use keytool or openssl to generate a signed certificate?
How can I use keytool or openssl to generate a signed certificate?
0
votes
2answers
70 views
Problems when using multiple keys in a jks (ssl)
I have two client pkcs12 keystores. I exported the certs out of both of those and added them to a new jks using keyman. The strange thing is that each keystore seperately works fine, but when i ...
0
votes
0answers
59 views
Attributes reversed in certificate subject and issuer
I am trying to generate X509 certificates with bouncycastle 1.46, with the code below.
The issue I have is that when a certificate is written in a JKS and then reread, the DNs are reversed.
For ...
0
votes
0answers
305 views
Android Facebook Keystore jks error
I'm currently developping an app on Android that should support Facebook wall posting - nothing really exciting.
I used the official Facebook SDK and did everything as told. It works great on ...
0
votes
0answers
249 views
weblogic custom truststore
This might be a very weblogic specific question: I'm trying to use smtp with starttls from within a jee app deployed in a wls 10.3.4.0. I'm using a custom truststore with the smtp server certificate ...
0
votes
1answer
351 views
how to load an rsa privated key encrypted with des in java
in my job i was assigned a task in which i have to programmatically load a private and public keys from files and then store them in a .jks file,the private key was generated using openssl, its an rsa ...
0
votes
1answer
565 views
Convert from .jks to passwordless .p12?
I have a java key store that contains a cert and private key. I want to convert this to a .p12 file that has no password. I'm using the .p12 in a shell script.
0
votes
1answer
2k views
C# client connecting to a Java server over SSL
As a team project I need to connect from a C# client to a Java 6.5 SSL server, however when I get to the stream.AuthenticateAsClient line it hangs.
C# connect code
public static void connect(string ...