Primo It wrote:
Is possible to get only de Personal Certificates?
the getPermCerts brings all certificates and getCACerts brigns all CA certificates.
Is there some method that get just de Personal Certificates?

Thanks
Primo It


If by "personal" you mean "certs I have keys for", then try calling PK11_ListCerts and passing PK11CertListUserUnique as the first parameter. If that's not what you meant then try one of the other PK11CertListType members of the enum (which is defined in secmodt.h).

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

Reply via email to