How to get browser keystore from applet? -


i have applet digital signature.also have certificate on pkcs ♯12 imported browser.
how can certificate browser using applet?

you want this:

keystore ks = keystore.getinstance("windows-my"); ks.load(null, null);  certificate cert = ks.getcertificate(alias); 

for more info, check the docs.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -