-
Listing Installed DSA
Hi All,
I am working on Digitally Sign XML and managed to do it. The problem is that the code is automatically picking up one of the key and signing the XML with that.
I want that user gets a drop down which has list oif all the installed DSA on his computer and he can pick which one to signed.
Could you please send me the reference code which can help me to list the installed certificates
Regards
Anoop
-
Can't you search on with java.security package? Refer the API, you may find some useful hints.