views:

16

answers:

0

I am trying to grab a private key out of my Windows-MY keystore via MSCAPI. My keystore is protected by Entrust's ESP. Whenever i call keyStore.load(null,null); Entrust will prompt me to login to EVERY profile that is on my system. Does anyone know if it is possible to specify which KeyStore i would like to log into? I have tried specifying an input stream that points to my .epf (entrust profile) in keyStore.load but it doesnt seem make a difference.

Thank you.