equal
deleted
inserted
replaced
|
1 /** |
|
2 @page Security_arch_overview Symbian OS Security Architecture Overview |
|
3 \n |
|
4 |
|
5 The Symbian OS security architecture fundamentally consists of two high level components: |
|
6 |
|
7 @li Certificate management (certman) |
|
8 |
|
9 @li Cryptography (cryptalg) |
|
10 |
|
11 Together these modules/components form the basis of a number of higher level components, which include: |
|
12 |
|
13 @li Certificate management control panel item (UI to certificate management allowing control of trusted root certificates) |
|
14 |
|
15 @li Software installation (@ref authentication / @ref digital_signature "digital signatures") |
|
16 |
|
17 @li Secure comms (@ref SSL / @ref TLS, @ref WTLS, @ref IPSec, etc.) |
|
18 |
|
19 <hr> |
|
20 |
|
21 \b Diagrams |
|
22 |
|
23 The following diagrams show the: |
|
24 |
|
25 @li @ref Security_arch_pre-v8 "Security architecture: pre-v8.0" |
|
26 @li @ref Security_arch_v8 "Security architecture: v8.0 showing component dependencies" |
|
27 @li @ref Security_arch_v8_dll "Security architecture: v8.0 showing individual DLL dependencies" |
|
28 |
|
29 |
|
30 */ |