Linux certificate store

Hi All,

i create one small application for signing and verification on windows.

and when same application i try to run on Linux, it not show certificate in cert store. because cert store i specified is of Microsoft.

keyStore=KeyStore.getInstance("Windows-My");

So same how we do in Linux....?

Plz help, i m new to Linux.

thanks in advance.

[408 byte] By [javarocktheworlda] at [2007-11-27 10:03:38]
# 1
Well you don't have a Microsoft certificate store on Linux, do you? What do you have?
ejpa at 2007-7-13 0:38:37 > top of Java-index,Security,Cryptography...
# 2
thnx for reply...i know Microsoft cert store not work in Linux bt i want to know how we can Access Linux Certificate Store...i want to show all the certificate in cert store....thnx in advance...
javarocktheworlda at 2007-7-13 0:38:37 > top of Java-index,Security,Cryptography...
# 3
So does Linux have a certificate store? If so, what type? Note that that's a Linux question, not a Java question.Or will you just use a Java keystore?
ejpa at 2007-7-13 0:38:37 > top of Java-index,Security,Cryptography...
# 4

> So does Linux have a certificate store? If so,

> what type? Note that that's a Linux question, not a

> Java question.

>

> Or will you just use a Java keystore?

I dont know linux have Cert Store or not and not type too.

i new for linux and before starting i want to know abt its cert store.

Recently i m using Microsoft CertStore wid the help of keyStore object.

Actually i m creating one application for siging data,

i have to show all certificate on tht System.

if OS will windows thn i can show certificate wid the help of

keyStore=KeyStore.getInstance("Windows-My");

bt if user OS will Linux thn how can i show tht certificate of tht System.....

i want to know this thing?

javarocktheworlda at 2007-7-13 0:38:37 > top of Java-index,Security,Cryptography...