diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-911E9F7E-D0AD-55EC-A3F4-1D427F803780.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-911E9F7E-D0AD-55EC-A3F4-1D427F803780.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,49 @@ + + + + + +Certificates +

A certificate binds a public key to a certain individual/entity. This is +usually done using digital signatures: if a certificate bearing a public key +and an individual's name is signed with a key pair which you already trust, +then you can rest assure that the public key in the certificate really does +belong to the individual named in the certificate.

+

Different standards using Public Key Cryptography employ different models +for using certificates to establish trust. Such a model, encompassing data +structures, rules for their use, and users of them, may be referred to as +a Public Key Infrastructure (PKI). SSL, TLS and S/MIME all use X.509 v.3 certificates, +and a hierarchical PKI in which users are certified by Certification Authorities.

+

All data which appear in the interface between the Symbian platform and +the rest of the world need a transport encoding, and it is in this form that +they are sent and received. The transport encoding for X.509 data structures +is DER encoded ASN.1.

+

Certification Authorities

+

Certification Authorities (CAs) are trusted third parties which perform +the following functions in the PKIX public key infrastructure:

+ +
\ No newline at end of file