0
votes
2answers
28 views
Java: Invalid keystore format, when generated through code
This has been asked a couple of times, but none provide coded test cases. Here I give an example of the problem:
programmatic generation of a Keystore (works)
creation of certificate within that …
0
votes
1answer
35 views
How to do asymmetric encryption with X509 certificates and C#?
I am looking to encrypt files with X509 certificates using public and private keys and send them to a remote server. How would I do this? Is this even possible? How do I generate the certificate …
0
votes
2answers
86 views
Using HTTPS with REST in Java
I have a REST server made in Grizzly that uses HTTPS and works wonderfully with Firefox. Here's the code:
//Build a new Servlet Adapter.
ServletAdapter adapter=new ServletAdapter();
…
0
votes
3answers
116 views
Delphi 7 access Windows X509 Certificate Store
Hello,
My questions if pretty simple: is there a simple way to access Windows X509 Certificate Store using Delphi 7?
Before asking this questions I have googeled, but have not found any useful info
…
