Hi,
I want to know which certificates are available on specific devices.
For that is there any document can I get to verify?
if so please provide me the source.
Thanks,
Manoj.
Hi,
I want to know which certificates are available on specific devices.
For that is there any document can I get to verify?
if so please provide me the source.
Thanks,
Manoj.
Hi,
If I understood your question, this post should have the answer. You can also check this article.
If you mean certificates available for MIDlet signing? If yes, then the answer is: varies.
A longer answer is:
For trusted 3rd party domain 0-3 of the following (as there are regional and operator dependent diferencies)
- Thawte
- Verisign
- Java Verified (UTI Root)
For operator domain there is sometimes a certificate from the operator (not all operators have thse, and some operators have 2)
For manufacturer domain there is a certificate from the manufacturer
Hartti
Hi,
I want a document or linkdescribing how to know the root certificates (like ThwatePremiumCertificate MIDP 2.0...etc) available on all phones.
for example on Nokia E61i, the certificate ThwatePremiumCertificate MIDP 2.0 is available. But on N76 it is not availble. We can know by manually searching for each device. So I want a document or link specifying "the root certificates available on this phone:...." some thing like this.
Thanks,
Manoj.
No such document available. And as I described above, one phone in one region might have a specific certificate and the same model in another region might not have because of regional/operator requirements. (Additionally user can delete a root certficate from the phone - either intentionally or accidentally)
Hartti
Hi Harti,
Thanks for your reply.
One more question, can we add root certificate to the device?
is it possible? if so, how to do that.
Thanks,
Manoj.
For Java MIDlet signing? Not possible, as specified in the MIDP spec (although S60 2nd Editon devices have a bug to allow that)
For more information, see here
http://wiki.forum.nokia.com/index.ph...curity_Domains
Hartti