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
Post a Comment