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]

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?
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to