Igor Delacroix wrote:
> Good Day All,
> 
> I have a token with 2 certs, 2 PublicKeys and 2 PrivateKeys
> 
> for example
> cert1
> pubk1
> privk1
> 
> cert2
> pubk2
> privk2
> 
> And I need to show all certificates in a list to user.
> But the statement
> 
> [code]
>       cert = token.getCryptoStore().getCertificates();
> [/code]

Is this Java code?
Is this code using JSS?
Of what class is the token object an instance?

> Returns me only one of the token's certificates repeated two times
> 
> cert1
> cert1
> 
> is there other way to get token's certificates, that doesn't return this?


-- 
Nelson B
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to