Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / doc / pkcs11-vision.eps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: /home/jas/src/gnutls/doc/pkcs11-vision.dia
3 %%Creator: Dia v0.97.1
4 %%CreationDate: Tue Jun 29 11:20:34 2010
5 %%For: jas
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 812 475
9 %%BeginSetup
10 %%EndSetup
11 %%EndComments
12 %%BeginProlog
13 [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
14 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
15 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
16 /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
17 /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
18 /two /three /four /five /six /seven /eight /nine /colon /semicolon
19 /less /equal /greater /question /at /A /B /C /D /E
20 /F /G /H /I /J /K /L /M /N /O
21 /P /Q /R /S /T /U /V /W /X /Y
22 /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
23 /d /e /f /g /h /i /j /k /l /m
24 /n /o /p /q /r /s /t /u /v /w
25 /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
26 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
27 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
28 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
29 /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
30 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
31 /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
32 /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
33 /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
34 /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
35 /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
36 /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
37 /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
38 /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
39 /cp {closepath} bind def
40 /c {curveto} bind def
41 /f {fill} bind def
42 /a {arc} bind def
43 /ef {eofill} bind def
44 /ex {exch} bind def
45 /gr {grestore} bind def
46 /gs {gsave} bind def
47 /sa {save} bind def
48 /rs {restore} bind def
49 /l {lineto} bind def
50 /m {moveto} bind def
51 /rm {rmoveto} bind def
52 /n {newpath} bind def
53 /s {stroke} bind def
54 /sh {show} bind def
55 /slc {setlinecap} bind def
56 /slj {setlinejoin} bind def
57 /slw {setlinewidth} bind def
58 /srgb {setrgbcolor} bind def
59 /rot {rotate} bind def
60 /sc {scale} bind def
61 /sd {setdash} bind def
62 /ff {findfont} bind def
63 /sf {setfont} bind def
64 /scf {scalefont} bind def
65 /sw {stringwidth pop} bind def
66 /tr {translate} bind def
67
68 /ellipsedict 8 dict def
69 ellipsedict /mtrx matrix put
70 /ellipse
71 { ellipsedict begin
72    /endangle exch def
73    /startangle exch def
74    /yrad exch def
75    /xrad exch def
76    /y exch def
77    /x exch def   /savematrix mtrx currentmatrix def
78    x y tr xrad yrad sc
79    0 0 1 startangle endangle arc
80    savematrix setmatrix
81    end
82 } def
83
84 /mergeprocs {
85 dup length
86 3 -1 roll
87 dup
88 length
89 dup
90 5 1 roll
91 3 -1 roll
92 add
93 array cvx
94 dup
95 3 -1 roll
96 0 exch
97 putinterval
98 dup
99 4 2 roll
100 putinterval
101 } bind def
102 /Times-Roman-latin1
103     /Times-Roman findfont
104     dup length dict begin
105         {1 index /FID ne {def} {pop pop} ifelse} forall
106         /Encoding isolatin1encoding def
107     currentdict end
108 definefont pop
109 /Times-Italic-latin1
110     /Times-Italic findfont
111     dup length dict begin
112         {1 index /FID ne {def} {pop pop} ifelse} forall
113         /Encoding isolatin1encoding def
114     currentdict end
115 definefont pop
116 /Times-Bold-latin1
117     /Times-Bold findfont
118     dup length dict begin
119         {1 index /FID ne {def} {pop pop} ifelse} forall
120         /Encoding isolatin1encoding def
121     currentdict end
122 definefont pop
123 /Times-BoldItalic-latin1
124     /Times-BoldItalic findfont
125     dup length dict begin
126         {1 index /FID ne {def} {pop pop} ifelse} forall
127         /Encoding isolatin1encoding def
128     currentdict end
129 definefont pop
130 /AvantGarde-Gothic-latin1
131     /AvantGarde-Gothic findfont
132     dup length dict begin
133         {1 index /FID ne {def} {pop pop} ifelse} forall
134         /Encoding isolatin1encoding def
135     currentdict end
136 definefont pop
137 /AvantGarde-BookOblique-latin1
138     /AvantGarde-BookOblique findfont
139     dup length dict begin
140         {1 index /FID ne {def} {pop pop} ifelse} forall
141         /Encoding isolatin1encoding def
142     currentdict end
143 definefont pop
144 /AvantGarde-Demi-latin1
145     /AvantGarde-Demi findfont
146     dup length dict begin
147         {1 index /FID ne {def} {pop pop} ifelse} forall
148         /Encoding isolatin1encoding def
149     currentdict end
150 definefont pop
151 /AvantGarde-DemiOblique-latin1
152     /AvantGarde-DemiOblique findfont
153     dup length dict begin
154         {1 index /FID ne {def} {pop pop} ifelse} forall
155         /Encoding isolatin1encoding def
156     currentdict end
157 definefont pop
158 /Bookman-Light-latin1
159     /Bookman-Light findfont
160     dup length dict begin
161         {1 index /FID ne {def} {pop pop} ifelse} forall
162         /Encoding isolatin1encoding def
163     currentdict end
164 definefont pop
165 /Bookman-LightItalic-latin1
166     /Bookman-LightItalic findfont
167     dup length dict begin
168         {1 index /FID ne {def} {pop pop} ifelse} forall
169         /Encoding isolatin1encoding def
170     currentdict end
171 definefont pop
172 /Bookman-Demi-latin1
173     /Bookman-Demi findfont
174     dup length dict begin
175         {1 index /FID ne {def} {pop pop} ifelse} forall
176         /Encoding isolatin1encoding def
177     currentdict end
178 definefont pop
179 /Bookman-DemiItalic-latin1
180     /Bookman-DemiItalic findfont
181     dup length dict begin
182         {1 index /FID ne {def} {pop pop} ifelse} forall
183         /Encoding isolatin1encoding def
184     currentdict end
185 definefont pop
186 /Courier-latin1
187     /Courier findfont
188     dup length dict begin
189         {1 index /FID ne {def} {pop pop} ifelse} forall
190         /Encoding isolatin1encoding def
191     currentdict end
192 definefont pop
193 /Courier-Oblique-latin1
194     /Courier-Oblique findfont
195     dup length dict begin
196         {1 index /FID ne {def} {pop pop} ifelse} forall
197         /Encoding isolatin1encoding def
198     currentdict end
199 definefont pop
200 /Courier-Bold-latin1
201     /Courier-Bold findfont
202     dup length dict begin
203         {1 index /FID ne {def} {pop pop} ifelse} forall
204         /Encoding isolatin1encoding def
205     currentdict end
206 definefont pop
207 /Courier-BoldOblique-latin1
208     /Courier-BoldOblique findfont
209     dup length dict begin
210         {1 index /FID ne {def} {pop pop} ifelse} forall
211         /Encoding isolatin1encoding def
212     currentdict end
213 definefont pop
214 /Helvetica-latin1
215     /Helvetica findfont
216     dup length dict begin
217         {1 index /FID ne {def} {pop pop} ifelse} forall
218         /Encoding isolatin1encoding def
219     currentdict end
220 definefont pop
221 /Helvetica-Oblique-latin1
222     /Helvetica-Oblique findfont
223     dup length dict begin
224         {1 index /FID ne {def} {pop pop} ifelse} forall
225         /Encoding isolatin1encoding def
226     currentdict end
227 definefont pop
228 /Helvetica-Bold-latin1
229     /Helvetica-Bold findfont
230     dup length dict begin
231         {1 index /FID ne {def} {pop pop} ifelse} forall
232         /Encoding isolatin1encoding def
233     currentdict end
234 definefont pop
235 /Helvetica-BoldOblique-latin1
236     /Helvetica-BoldOblique findfont
237     dup length dict begin
238         {1 index /FID ne {def} {pop pop} ifelse} forall
239         /Encoding isolatin1encoding def
240     currentdict end
241 definefont pop
242 /Helvetica-Narrow-latin1
243     /Helvetica-Narrow findfont
244     dup length dict begin
245         {1 index /FID ne {def} {pop pop} ifelse} forall
246         /Encoding isolatin1encoding def
247     currentdict end
248 definefont pop
249 /Helvetica-Narrow-Oblique-latin1
250     /Helvetica-Narrow-Oblique findfont
251     dup length dict begin
252         {1 index /FID ne {def} {pop pop} ifelse} forall
253         /Encoding isolatin1encoding def
254     currentdict end
255 definefont pop
256 /Helvetica-Narrow-Bold-latin1
257     /Helvetica-Narrow-Bold findfont
258     dup length dict begin
259         {1 index /FID ne {def} {pop pop} ifelse} forall
260         /Encoding isolatin1encoding def
261     currentdict end
262 definefont pop
263 /Helvetica-Narrow-BoldOblique-latin1
264     /Helvetica-Narrow-BoldOblique findfont
265     dup length dict begin
266         {1 index /FID ne {def} {pop pop} ifelse} forall
267         /Encoding isolatin1encoding def
268     currentdict end
269 definefont pop
270 /NewCenturySchlbk-Roman-latin1
271     /NewCenturySchlbk-Roman findfont
272     dup length dict begin
273         {1 index /FID ne {def} {pop pop} ifelse} forall
274         /Encoding isolatin1encoding def
275     currentdict end
276 definefont pop
277 /NewCenturySchlbk-Italic-latin1
278     /NewCenturySchlbk-Italic findfont
279     dup length dict begin
280         {1 index /FID ne {def} {pop pop} ifelse} forall
281         /Encoding isolatin1encoding def
282     currentdict end
283 definefont pop
284 /NewCenturySchlbk-Bold-latin1
285     /NewCenturySchlbk-Bold findfont
286     dup length dict begin
287         {1 index /FID ne {def} {pop pop} ifelse} forall
288         /Encoding isolatin1encoding def
289     currentdict end
290 definefont pop
291 /NewCenturySchlbk-BoldItalic-latin1
292     /NewCenturySchlbk-BoldItalic findfont
293     dup length dict begin
294         {1 index /FID ne {def} {pop pop} ifelse} forall
295         /Encoding isolatin1encoding def
296     currentdict end
297 definefont pop
298 /Palatino-Roman-latin1
299     /Palatino-Roman findfont
300     dup length dict begin
301         {1 index /FID ne {def} {pop pop} ifelse} forall
302         /Encoding isolatin1encoding def
303     currentdict end
304 definefont pop
305 /Palatino-Italic-latin1
306     /Palatino-Italic findfont
307     dup length dict begin
308         {1 index /FID ne {def} {pop pop} ifelse} forall
309         /Encoding isolatin1encoding def
310     currentdict end
311 definefont pop
312 /Palatino-Bold-latin1
313     /Palatino-Bold findfont
314     dup length dict begin
315         {1 index /FID ne {def} {pop pop} ifelse} forall
316         /Encoding isolatin1encoding def
317     currentdict end
318 definefont pop
319 /Palatino-BoldItalic-latin1
320     /Palatino-BoldItalic findfont
321     dup length dict begin
322         {1 index /FID ne {def} {pop pop} ifelse} forall
323         /Encoding isolatin1encoding def
324     currentdict end
325 definefont pop
326 /Symbol-latin1
327     /Symbol findfont
328 definefont pop
329 /ZapfChancery-MediumItalic-latin1
330     /ZapfChancery-MediumItalic findfont
331     dup length dict begin
332         {1 index /FID ne {def} {pop pop} ifelse} forall
333         /Encoding isolatin1encoding def
334     currentdict end
335 definefont pop
336 /ZapfDingbats-latin1
337     /ZapfDingbats findfont
338     dup length dict begin
339         {1 index /FID ne {def} {pop pop} ifelse} forall
340         /Encoding isolatin1encoding def
341     currentdict end
342 definefont pop
343 28.346000 -28.346000 scale
344 -3.261250 -18.586053 translate
345 %%EndProlog
346
347
348 0.100000 slw
349 [] 0 sd
350 1.000000 1.000000 1.000000 srgb
351 n 5.050000 8.450000 0.300000 0.300000 0 360 ellipse f
352 0.000000 0.000000 0.000000 srgb
353 n 5.050000 8.450000 0.300000 0.300000 0 360 ellipse cp s
354 n 3.850000 9.050000 m 6.250000 9.050000 l s
355 n 5.050000 8.750000 m 5.050000 10.250000 l s
356 n 5.050000 10.250000 m 3.850000 11.550000 l s
357 n 5.050000 10.250000 m 6.250000 11.550000 l s
358 /Helvetica-latin1 ff 0.560000 scf sf
359 (User) dup sw 2 div 5.050000 ex sub 12.585000 m
360  gs 1 -1 sc sh gr
361 (Application) dup sw 2 div 5.050000 ex sub 13.385000 m
362  gs 1 -1 sc sh gr
363 0.100000 slw
364 [] 0 sd
365 1.000000 1.000000 1.000000 srgb
366 n 10.751300 6.900000 m 10.751300 8.700000 l 13.751300 8.700000 l 13.751300 6.900000 l f
367 n 10.751300 7.400000 m 10.751300 7.400000 0.500000 0.500000 180.000000 270.000000 ellipse f
368 n 13.751300 7.400000 m 13.751300 7.400000 0.500000 0.500000 270.000000 360.000000 ellipse f
369 n 10.251300 7.400000 m 10.251300 8.200000 l 14.251300 8.200000 l 14.251300 7.400000 l f
370 n 10.751300 8.200000 m 10.751300 8.200000 0.500000 0.500000 90.000000 180.000000 ellipse f
371 n 13.751300 8.200000 m 13.751300 8.200000 0.500000 0.500000 0.000000 90.000000 ellipse f
372 0.000000 0.000000 0.000000 srgb
373 n 10.751300 6.900000 m 13.751300 6.900000 l s
374 n 10.751300 8.700000 m 13.751300 8.700000 l s
375 n 10.751300 7.400000 0.500000 0.500000 180.000000 270.000000 ellipse s
376 n 13.751300 7.400000 0.500000 0.500000 270.000000 360.000000 ellipse s
377 n 10.251300 7.400000 m 10.251300 8.200000 l s
378 n 14.251300 7.400000 m 14.251300 8.200000 l s
379 n 10.751300 8.200000 0.500000 0.500000 90.000000 180.000000 ellipse s
380 n 13.751300 8.200000 0.500000 0.500000 0.000000 90.000000 ellipse s
381 /Helvetica-latin1 ff 0.560000 scf sf
382 (GnuTLS) dup sw 2 div 12.251300 ex sub 7.835000 m
383  gs 1 -1 sc sh gr
384 0.100000 slw
385 [] 0 sd
386 1.000000 1.000000 1.000000 srgb
387 n 26.181900 8.025000 m 26.181900 10.625000 l 31.109400 10.625000 l 31.109400 8.025000 l f
388 n 26.181900 8.525000 m 26.181900 8.525000 0.500000 0.500000 180.000000 270.000000 ellipse f
389 n 31.109400 8.525000 m 31.109400 8.525000 0.500000 0.500000 270.000000 360.000000 ellipse f
390 n 25.681900 8.525000 m 25.681900 10.125000 l 31.609400 10.125000 l 31.609400 8.525000 l f
391 n 26.181900 10.125000 m 26.181900 10.125000 0.500000 0.500000 90.000000 180.000000 ellipse f
392 n 31.109400 10.125000 m 31.109400 10.125000 0.500000 0.500000 0.000000 90.000000 ellipse f
393 0.000000 0.000000 0.000000 srgb
394 n 26.181900 8.025000 m 31.109400 8.025000 l s
395 n 26.181900 10.625000 m 31.109400 10.625000 l s
396 n 26.181900 8.525000 0.500000 0.500000 180.000000 270.000000 ellipse s
397 n 31.109400 8.525000 0.500000 0.500000 270.000000 360.000000 ellipse s
398 n 25.681900 8.525000 m 25.681900 10.125000 l s
399 n 31.609400 8.525000 m 31.609400 10.125000 l s
400 n 26.181900 10.125000 0.500000 0.500000 90.000000 180.000000 ellipse s
401 n 31.109400 10.125000 0.500000 0.500000 0.000000 90.000000 ellipse s
402 /Helvetica-latin1 ff 0.560000 scf sf
403 (Gnome Keyring) dup sw 2 div 28.645650 ex sub 8.960000 m
404  gs 1 -1 sc sh gr
405 (Daemon) dup sw 2 div 28.645650 ex sub 9.760000 m
406  gs 1 -1 sc sh gr
407 0.100000 slw
408 [] 0 sd
409 1.000000 1.000000 1.000000 srgb
410 n 26.815600 14.900000 m 26.815600 16.700000 l 30.358100 16.700000 l 30.358100 14.900000 l f
411 n 26.815600 15.400000 m 26.815600 15.400000 0.500000 0.500000 180.000000 270.000000 ellipse f
412 n 30.358100 15.400000 m 30.358100 15.400000 0.500000 0.500000 270.000000 360.000000 ellipse f
413 n 26.315600 15.400000 m 26.315600 16.200000 l 30.858100 16.200000 l 30.858100 15.400000 l f
414 n 26.815600 16.200000 m 26.815600 16.200000 0.500000 0.500000 90.000000 180.000000 ellipse f
415 n 30.358100 16.200000 m 30.358100 16.200000 0.500000 0.500000 0.000000 90.000000 ellipse f
416 0.000000 0.000000 0.000000 srgb
417 n 26.815600 14.900000 m 30.358100 14.900000 l s
418 n 26.815600 16.700000 m 30.358100 16.700000 l s
419 n 26.815600 15.400000 0.500000 0.500000 180.000000 270.000000 ellipse s
420 n 30.358100 15.400000 0.500000 0.500000 270.000000 360.000000 ellipse s
421 n 26.315600 15.400000 m 26.315600 16.200000 l s
422 n 30.858100 15.400000 m 30.858100 16.200000 l s
423 n 26.815600 16.200000 0.500000 0.500000 90.000000 180.000000 ellipse s
424 n 30.358100 16.200000 0.500000 0.500000 0.000000 90.000000 ellipse s
425 /Helvetica-latin1 ff 0.560000 scf sf
426 (Smart card) dup sw 2 div 28.586850 ex sub 15.835000 m
427  gs 1 -1 sc sh gr
428 0.100000 slw
429 [] 0 sd
430 1.000000 1.000000 1.000000 srgb
431 n 10.400000 13.450000 m 10.400000 16.050000 l 14.465000 16.050000 l 14.465000 13.450000 l f
432 n 10.400000 13.950000 m 10.400000 13.950000 0.500000 0.500000 180.000000 270.000000 ellipse f
433 n 14.465000 13.950000 m 14.465000 13.950000 0.500000 0.500000 270.000000 360.000000 ellipse f
434 n 9.900000 13.950000 m 9.900000 15.550000 l 14.965000 15.550000 l 14.965000 13.950000 l f
435 n 10.400000 15.550000 m 10.400000 15.550000 0.500000 0.500000 90.000000 180.000000 ellipse f
436 n 14.465000 15.550000 m 14.465000 15.550000 0.500000 0.500000 0.000000 90.000000 ellipse f
437 0.000000 0.000000 0.000000 srgb
438 n 10.400000 13.450000 m 14.465000 13.450000 l s
439 n 10.400000 16.050000 m 14.465000 16.050000 l s
440 n 10.400000 13.950000 0.500000 0.500000 180.000000 270.000000 ellipse s
441 n 14.465000 13.950000 0.500000 0.500000 270.000000 360.000000 ellipse s
442 n 9.900000 13.950000 m 9.900000 15.550000 l s
443 n 14.965000 13.950000 m 14.965000 15.550000 l s
444 n 10.400000 15.550000 0.500000 0.500000 90.000000 180.000000 ellipse s
445 n 14.465000 15.550000 0.500000 0.500000 0.000000 90.000000 ellipse s
446 /Helvetica-latin1 ff 0.560000 scf sf
447 (Other crypto) dup sw 2 div 12.432500 ex sub 14.385000 m
448  gs 1 -1 sc sh gr
449 (package) dup sw 2 div 12.432500 ex sub 15.185000 m
450  gs 1 -1 sc sh gr
451 0.100000 slw
452 [] 0 sd
453 [] 0 sd
454 0 slc
455 0 slj
456 0.100000 slw
457 0 slc
458 0 slj
459 [] 0 sd
460 1.000000 1.000000 1.000000 srgb
461 n 20.650000 2.350000 m 20.650000 3.850000 l 22.350000 3.850000 l 22.350000 2.350000 l f
462 0 slc
463 0 slj
464 [] 0 sd
465 n 21.500000 3.850000 0.850000 0.250000 0 360 ellipse f
466 0 slc
467 0 slj
468 [] 0 sd
469 n 21.500000 2.350000 0.850000 0.250000 0 360 ellipse f
470 0.000000 0.000000 0.000000 srgb
471 n 21.500000 2.350000 0.850000 0.250000 0 360 ellipse cp s
472 0 slc
473 0 slj
474 [] 0 sd
475 n 22.350000 2.350000 m 22.350000 3.850000 l 22.350000 3.988071 21.969442 4.100000 21.500000 4.100000 c 21.030558 4.100000 20.650000 3.988071 20.650000 3.850000 c 20.650000 2.350000 l s
476 /Helvetica-latin1 ff 0.560000 scf sf
477 (PKCS #11) dup sw 2 div 21.500000 ex sub 4.540000 m
478  gs 1 -1 sc sh gr
479 (Provider) dup sw 2 div 21.500000 ex sub 5.340000 m
480  gs 1 -1 sc sh gr
481 0.100000 slw
482 [] 0 sd
483 [] 0 sd
484 0 slc
485 0 slj
486 0.100000 slw
487 0 slc
488 0 slj
489 [] 0 sd
490 1.000000 1.000000 1.000000 srgb
491 n 20.650000 8.740000 m 20.650000 10.240000 l 22.350000 10.240000 l 22.350000 8.740000 l f
492 0 slc
493 0 slj
494 [] 0 sd
495 n 21.500000 10.240000 0.850000 0.250000 0 360 ellipse f
496 0 slc
497 0 slj
498 [] 0 sd
499 n 21.500000 8.740000 0.850000 0.250000 0 360 ellipse f
500 0.000000 0.000000 0.000000 srgb
501 n 21.500000 8.740000 0.850000 0.250000 0 360 ellipse cp s
502 0 slc
503 0 slj
504 [] 0 sd
505 n 22.350000 8.740000 m 22.350000 10.240000 l 22.350000 10.378071 21.969442 10.490000 21.500000 10.490000 c 21.030558 10.490000 20.650000 10.378071 20.650000 10.240000 c 20.650000 8.740000 l s
506 /Helvetica-latin1 ff 0.560000 scf sf
507 (PKCS #11) dup sw 2 div 21.500000 ex sub 10.930000 m
508  gs 1 -1 sc sh gr
509 (Provider) dup sw 2 div 21.500000 ex sub 11.730000 m
510  gs 1 -1 sc sh gr
511 0.100000 slw
512 [] 0 sd
513 [] 0 sd
514 0 slc
515 0 slj
516 0.100000 slw
517 0 slc
518 0 slj
519 [] 0 sd
520 1.000000 1.000000 1.000000 srgb
521 n 20.650000 14.930000 m 20.650000 16.430000 l 22.350000 16.430000 l 22.350000 14.930000 l f
522 0 slc
523 0 slj
524 [] 0 sd
525 n 21.500000 16.430000 0.850000 0.250000 0 360 ellipse f
526 0 slc
527 0 slj
528 [] 0 sd
529 n 21.500000 14.930000 0.850000 0.250000 0 360 ellipse f
530 0.000000 0.000000 0.000000 srgb
531 n 21.500000 14.930000 0.850000 0.250000 0 360 ellipse cp s
532 0 slc
533 0 slj
534 [] 0 sd
535 n 22.350000 14.930000 m 22.350000 16.430000 l 22.350000 16.568071 21.969442 16.680000 21.500000 16.680000 c 21.030558 16.680000 20.650000 16.568071 20.650000 16.430000 c 20.650000 14.930000 l s
536 /Helvetica-latin1 ff 0.560000 scf sf
537 (PKCS #11) dup sw 2 div 21.500000 ex sub 17.120000 m
538  gs 1 -1 sc sh gr
539 (Provider) dup sw 2 div 21.500000 ex sub 17.920000 m
540  gs 1 -1 sc sh gr
541 0.100000 slw
542 [] 0 sd
543 1.000000 1.000000 1.000000 srgb
544 n 26.083100 1.900000 m 26.083100 4.500000 l 31.330600 4.500000 l 31.330600 1.900000 l f
545 n 26.083100 2.400000 m 26.083100 2.400000 0.500000 0.500000 180.000000 270.000000 ellipse f
546 n 31.330600 2.400000 m 31.330600 2.400000 0.500000 0.500000 270.000000 360.000000 ellipse f
547 n 25.583100 2.400000 m 25.583100 4.000000 l 31.830600 4.000000 l 31.830600 2.400000 l f
548 n 26.083100 4.000000 m 26.083100 4.000000 0.500000 0.500000 90.000000 180.000000 ellipse f
549 n 31.330600 4.000000 m 31.330600 4.000000 0.500000 0.500000 0.000000 90.000000 ellipse f
550 0.000000 0.000000 0.000000 srgb
551 n 26.083100 1.900000 m 31.330600 1.900000 l s
552 n 26.083100 4.500000 m 31.330600 4.500000 l s
553 n 26.083100 2.400000 0.500000 0.500000 180.000000 270.000000 ellipse s
554 n 31.330600 2.400000 0.500000 0.500000 270.000000 360.000000 ellipse s
555 n 25.583100 2.400000 m 25.583100 4.000000 l s
556 n 31.830600 2.400000 m 31.830600 4.000000 l s
557 n 26.083100 4.000000 0.500000 0.500000 90.000000 180.000000 ellipse s
558 n 31.330600 4.000000 0.500000 0.500000 0.000000 90.000000 ellipse s
559 /Helvetica-latin1 ff 0.560000 scf sf
560 (Trusted Platform) dup sw 2 div 28.706850 ex sub 2.835000 m
561  gs 1 -1 sc sh gr
562 (Module) dup sw 2 div 28.706850 ex sub 3.635000 m
563  gs 1 -1 sc sh gr
564 0.100000 slw
565 [] 0 sd
566 [] 0 sd
567 0 slc
568 n 6.838458 9.641537 m 9.740019 8.654379 l s
569 [] 0 sd
570 0 slj
571 0 slc
572 n 10.095036 8.533596 m 9.702202 8.931317 l 9.740019 8.654379 l 9.541159 8.457962 l ef
573 n 10.095036 8.533596 m 9.702202 8.931317 l 9.740019 8.654379 l 9.541159 8.457962 l cp s
574 0.100000 slw
575 [] 0 sd
576 [] 0 sd
577 0 slc
578 0.000000 0.000000 1.000000 srgb
579 n 6.838400 11.340118 m 9.802622 13.146959 l s
580 [] 0 sd
581 0 slj
582 0 slc
583 n 10.122825 13.342138 m 9.565768 13.295367 l 9.802622 13.146959 l 9.826007 12.868430 l ef
584 n 10.122825 13.342138 m 9.565768 13.295367 l 9.802622 13.146959 l 9.826007 12.868430 l cp s
585 0.100000 slw
586 [] 0 sd
587 [] 0 sd
588 0 slc
589 0.000000 0.000000 0.000000 srgb
590 n 14.146643 6.852197 m 20.165968 3.842119 l s
591 [] 0 sd
592 0 slj
593 0 slc
594 n 20.501369 3.674395 m 20.165983 4.121627 l 20.165968 3.842119 l 19.942352 3.674426 l ef
595 n 20.501369 3.674395 m 20.165983 4.121627 l 20.165968 3.842119 l 19.942352 3.674426 l cp s
596 0.100000 slw
597 [] 0 sd
598 [] 0 sd
599 0 slc
600 n 14.300955 8.168553 m 20.122246 9.215291 l s
601 [] 0 sd
602 0 slj
603 0 slc
604 n 20.491327 9.281657 m 19.954976 9.439224 l 20.122246 9.215291 l 20.043463 8.947116 l ef
605 n 20.491327 9.281657 m 19.954976 9.439224 l 20.122246 9.215291 l 20.043463 8.947116 l cp s
606 0.100000 slw
607 [] 0 sd
608 [] 0 sd
609 0 slc
610 n 13.382540 8.748447 m 20.276227 14.528209 l s
611 [] 0 sd
612 0 slj
613 0 slc
614 n 20.563590 14.769139 m 20.019819 14.639475 l 20.276227 14.528209 l 20.341059 14.256324 l ef
615 n 20.563590 14.769139 m 20.019819 14.639475 l 20.276227 14.528209 l 20.341059 14.256324 l cp s
616 0.100000 slw
617 [] 0 sd
618 [] 0 sd
619 0 slc
620 0.000000 0.000000 1.000000 srgb
621 n 13.500580 13.400053 m 19.879585 5.337628 l s
622 [] 0 sd
623 0 slj
624 0 slc
625 n 20.112264 5.043544 m 19.998081 5.590776 l 19.879585 5.337628 l 19.605969 5.280536 l ef
626 n 20.112264 5.043544 m 19.998081 5.590776 l 19.879585 5.337628 l 19.605969 5.280536 l cp s
627 0.100000 slw
628 [] 0 sd
629 [] 0 sd
630 0 slc
631 n 14.795385 13.401611 m 20.177399 10.330345 l s
632 [] 0 sd
633 0 slj
634 0 slc
635 n 20.503099 10.144483 m 20.192741 10.609432 l 20.177399 10.330345 l 19.944925 10.175166 l ef
636 n 20.503099 10.144483 m 20.192741 10.609432 l 20.177399 10.330345 l 19.944925 10.175166 l cp s
637 0.100000 slw
638 [] 0 sd
639 [] 0 sd
640 0 slc
641 n 15.011420 15.010200 m 20.115860 15.525213 l s
642 [] 0 sd
643 0 slj
644 0 slc
645 n 20.488966 15.562857 m 19.966395 15.761402 l 20.115860 15.525213 l 20.016588 15.263928 l ef
646 n 20.488966 15.562857 m 19.966395 15.761402 l 20.115860 15.525213 l 20.016588 15.263928 l cp s
647 0.100000 slw
648 [] 0 sd
649 [] 0 sd
650 0 slc
651 0.000000 0.000000 0.000000 srgb
652 n 22.399876 3.110626 m 25.046150 3.148126 l s
653 [] 0 sd
654 0 slj
655 0 slc
656 n 25.421112 3.153439 m 24.917620 3.396329 l 25.046150 3.148126 l 24.924705 2.896380 l ef
657 n 25.421112 3.153439 m 24.917620 3.396329 l 25.046150 3.148126 l 24.924705 2.896380 l cp s
658 0.100000 slw
659 [] 0 sd
660 [] 0 sd
661 0 slc
662 n 22.400205 9.472306 m 25.145353 9.407558 l s
663 [] 0 sd
664 0 slj
665 0 slc
666 n 25.520249 9.398716 m 25.026283 9.660436 l 25.145353 9.407558 l 25.014493 9.160575 l ef
667 n 25.520249 9.398716 m 25.026283 9.660436 l 25.145353 9.407558 l 25.014493 9.160575 l cp s
668 0.100000 slw
669 [] 0 sd
670 [] 0 sd
671 0 slc
672 n 22.399403 15.692964 m 25.779086 15.751429 l s
673 [] 0 sd
674 0 slj
675 0 slc
676 n 26.154030 15.757915 m 25.649781 15.999229 l 25.779086 15.751429 l 25.658429 15.499304 l ef
677 n 26.154030 15.757915 m 25.649781 15.999229 l 25.779086 15.751429 l 25.658429 15.499304 l cp s
678 /Helvetica-latin1 ff 0.560000 scf sf
679 showpage