KeyStore/ Certificates stored by the JRE Runtime

P

Peter Sauer

Hi!

I use this code

....
KeyStore ks = KeyStore.getInstance("pkcs12");
ks.load(new FileInputStream("test.p12", "password".toCharArray());
....

to load a certificate for signing a PDF with the help of iText. The code
works fine.

The same certificate was imported via Java Control Panel (Tab
Certificates) into the JRE/System.

Can I access the certificates stored in the JRE/System for signing,
instead loading the certificate directly?

The Java API for Keystore says:
....
Before a keystore can be accessed, it must be LOADED.
....
and LOADED ist linked to the method ks.load()

There is not hint for accessing the JRE certificates.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top