Tagged Questions

4
votes
2answers
722 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
1answer
193 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 ...
0
votes
2answers
71 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 ...