summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 33e0a7e36da0272dec1203c25f8d1eec9fdd263c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
Extension [ <persistent> extension #120 gnupg version 1.5.0RC1 ] {

  - Constants [36] {
    Constant [ int GNUPG_SIG_MODE_NORMAL ] { 0 }
    Constant [ int GNUPG_SIG_MODE_DETACH ] { 1 }
    Constant [ int GNUPG_SIG_MODE_CLEAR ] { 2 }
    Constant [ int GNUPG_VALIDITY_UNKNOWN ] { 0 }
    Constant [ int GNUPG_VALIDITY_UNDEFINED ] { 1 }
    Constant [ int GNUPG_VALIDITY_NEVER ] { 2 }
    Constant [ int GNUPG_VALIDITY_MARGINAL ] { 3 }
    Constant [ int GNUPG_VALIDITY_FULL ] { 4 }
    Constant [ int GNUPG_VALIDITY_ULTIMATE ] { 5 }
    Constant [ int GNUPG_PROTOCOL_OpenPGP ] { 0 }
    Constant [ int GNUPG_PROTOCOL_CMS ] { 1 }
    Constant [ int GNUPG_SIGSUM_VALID ] { 1 }
    Constant [ int GNUPG_SIGSUM_GREEN ] { 2 }
    Constant [ int GNUPG_SIGSUM_RED ] { 4 }
    Constant [ int GNUPG_SIGSUM_KEY_REVOKED ] { 16 }
    Constant [ int GNUPG_SIGSUM_KEY_EXPIRED ] { 32 }
    Constant [ int GNUPG_SIGSUM_SIG_EXPIRED ] { 64 }
    Constant [ int GNUPG_SIGSUM_KEY_MISSING ] { 128 }
    Constant [ int GNUPG_SIGSUM_CRL_MISSING ] { 256 }
    Constant [ int GNUPG_SIGSUM_CRL_TOO_OLD ] { 512 }
    Constant [ int GNUPG_SIGSUM_BAD_POLICY ] { 1024 }
    Constant [ int GNUPG_SIGSUM_SYS_ERROR ] { 2048 }
    Constant [ int GNUPG_ERROR_WARNING ] { 1 }
    Constant [ int GNUPG_ERROR_EXCEPTION ] { 2 }
    Constant [ int GNUPG_ERROR_SILENT ] { 3 }
    Constant [ int GNUPG_PK_RSA ] { 1 }
    Constant [ int GNUPG_PK_RSA_E ] { 2 }
    Constant [ int GNUPG_PK_RSA_S ] { 3 }
    Constant [ int GNUPG_PK_DSA ] { 17 }
    Constant [ int GNUPG_PK_ELG ] { 20 }
    Constant [ int GNUPG_PK_ELG_E ] { 16 }
    Constant [ int GNUPG_PK_ECC ] { 18 }
    Constant [ int GNUPG_PK_ECDSA ] { 301 }
    Constant [ int GNUPG_PK_ECDH ] { 302 }
    Constant [ int GNUPG_PK_EDDSA ] { 303 }
    Constant [ string GNUPG_GPGME_VERSION ] { 1.14.0 }
  }

  - Functions {
    Function [ <internal:gnupg> function gnupg_init ] {

      - Parameters [1] {
        Parameter #0 [ <optional> $options ]
      }
    }
    Function [ <internal:gnupg> function gnupg_keyinfo ] {

      - Parameters [3] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $pattern ]
        Parameter #2 [ <optional> $secret_only ]
      }
    }
    Function [ <internal:gnupg> function gnupg_sign ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $text ]
      }
    }
    Function [ <internal:gnupg> function gnupg_verify ] {

      - Parameters [4] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $text ]
        Parameter #2 [ <required> $signature ]
        Parameter #3 [ <optional> &$plaintext ]
      }
    }
    Function [ <internal:gnupg> function gnupg_clearsignkeys ] {

      - Parameters [1] {
        Parameter #0 [ <required> $res ]
      }
    }
    Function [ <internal:gnupg> function gnupg_clearencryptkeys ] {

      - Parameters [1] {
        Parameter #0 [ <required> $res ]
      }
    }
    Function [ <internal:gnupg> function gnupg_cleardecryptkeys ] {

      - Parameters [1] {
        Parameter #0 [ <required> $res ]
      }
    }
    Function [ <internal:gnupg> function gnupg_setarmor ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $armor ]
      }
    }
    Function [ <internal:gnupg> function gnupg_encrypt ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $text ]
      }
    }
    Function [ <internal:gnupg> function gnupg_decrypt ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $enctext ]
      }
    }
    Function [ <internal:gnupg> function gnupg_export ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $pattern ]
      }
    }
    Function [ <internal:gnupg> function gnupg_import ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $kye ]
      }
    }
    Function [ <internal:gnupg> function gnupg_getengineinfo ] {

      - Parameters [1] {
        Parameter #0 [ <required> $res ]
      }
    }
    Function [ <internal:gnupg> function gnupg_getprotocol ] {

      - Parameters [1] {
        Parameter #0 [ <required> $res ]
      }
    }
    Function [ <internal:gnupg> function gnupg_setsignmode ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $signmode ]
      }
    }
    Function [ <internal:gnupg> function gnupg_encryptsign ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $text ]
      }
    }
    Function [ <internal:gnupg> function gnupg_decryptverify ] {

      - Parameters [3] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $enctext ]
        Parameter #2 [ <required> &$plaintext ]
      }
    }
    Function [ <internal:gnupg> function gnupg_geterror ] {

      - Parameters [1] {
        Parameter #0 [ <required> $res ]
      }
    }
    Function [ <internal:gnupg> function gnupg_geterrorinfo ] {

      - Parameters [1] {
        Parameter #0 [ <required> $res ]
      }
    }
    Function [ <internal:gnupg> function gnupg_addsignkey ] {

      - Parameters [3] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $kye ]
        Parameter #2 [ <required> $passphrase ]
      }
    }
    Function [ <internal:gnupg> function gnupg_addencryptkey ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $kye ]
      }
    }
    Function [ <internal:gnupg> function gnupg_adddecryptkey ] {

      - Parameters [3] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $kye ]
        Parameter #2 [ <required> $passphrase ]
      }
    }
    Function [ <internal:gnupg> function gnupg_deletekey ] {

      - Parameters [3] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $kye ]
        Parameter #2 [ <required> $allow_secret ]
      }
    }
    Function [ <internal:gnupg> function gnupg_gettrustlist ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $pattern ]
      }
    }
    Function [ <internal:gnupg> function gnupg_listsignatures ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $kyeid ]
      }
    }
    Function [ <internal:gnupg> function gnupg_seterrormode ] {

      - Parameters [2] {
        Parameter #0 [ <required> $res ]
        Parameter #1 [ <required> $errnmode ]
      }
    }
  }

  - Classes [2] {
    Class [ <internal:gnupg> class gnupg ] {

      - Constants [35] {
        Constant [ public int SIG_MODE_NORMAL ] { 0 }
        Constant [ public int SIG_MODE_DETACH ] { 1 }
        Constant [ public int SIG_MODE_CLEAR ] { 2 }
        Constant [ public int VALIDITY_UNKNOWN ] { 0 }
        Constant [ public int VALIDITY_UNDEFINED ] { 1 }
        Constant [ public int VALIDITY_NEVER ] { 2 }
        Constant [ public int VALIDITY_MARGINAL ] { 3 }
        Constant [ public int VALIDITY_FULL ] { 4 }
        Constant [ public int VALIDITY_ULTIMATE ] { 5 }
        Constant [ public int PROTOCOL_OpenPGP ] { 0 }
        Constant [ public int PROTOCOL_CMS ] { 1 }
        Constant [ public int SIGSUM_VALID ] { 1 }
        Constant [ public int SIGSUM_GREEN ] { 2 }
        Constant [ public int SIGSUM_RED ] { 4 }
        Constant [ public int SIGSUM_KEY_REVOKED ] { 16 }
        Constant [ public int SIGSUM_KEY_EXPIRED ] { 32 }
        Constant [ public int SIGSUM_SIG_EXPIRED ] { 64 }
        Constant [ public int SIGSUM_KEY_MISSING ] { 128 }
        Constant [ public int SIGSUM_CRL_MISSING ] { 256 }
        Constant [ public int SIGSUM_CRL_TOO_OLD ] { 512 }
        Constant [ public int SIGSUM_BAD_POLICY ] { 1024 }
        Constant [ public int SIGSUM_SYS_ERROR ] { 2048 }
        Constant [ public int ERROR_WARNING ] { 1 }
        Constant [ public int ERROR_EXCEPTION ] { 2 }
        Constant [ public int ERROR_SILENT ] { 3 }
        Constant [ public int PK_RSA ] { 1 }
        Constant [ public int PK_RSA_E ] { 2 }
        Constant [ public int PK_RSA_S ] { 3 }
        Constant [ public int PK_DSA ] { 17 }
        Constant [ public int PK_ELG ] { 20 }
        Constant [ public int PK_ELG_E ] { 16 }
        Constant [ public int PK_ECC ] { 18 }
        Constant [ public int PK_ECDSA ] { 301 }
        Constant [ public int PK_ECDH ] { 302 }
        Constant [ public int PK_EDDSA ] { 303 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [26] {
        Method [ <internal:gnupg, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $options ]
          }
        }

        Method [ <internal:gnupg> public method keyinfo ] {

          - Parameters [2] {
            Parameter #0 [ <required> $pattern ]
            Parameter #1 [ <optional> $secret_only ]
          }
        }

        Method [ <internal:gnupg> public method verify ] {

          - Parameters [3] {
            Parameter #0 [ <required> $text ]
            Parameter #1 [ <required> $signature ]
            Parameter #2 [ <optional> &$plaintext ]
          }
        }

        Method [ <internal:gnupg> public method getengineinfo ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg> public method geterror ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg> public method geterrorinfo ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg> public method clearsignkeys ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg> public method clearencryptkeys ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg> public method cleardecryptkeys ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg> public method setarmor ] {

          - Parameters [1] {
            Parameter #0 [ <required> $armor ]
          }
        }

        Method [ <internal:gnupg> public method encrypt ] {

          - Parameters [1] {
            Parameter #0 [ <required> $text ]
          }
        }

        Method [ <internal:gnupg> public method decrypt ] {

          - Parameters [1] {
            Parameter #0 [ <required> $enctext ]
          }
        }

        Method [ <internal:gnupg> public method export ] {

          - Parameters [1] {
            Parameter #0 [ <required> $pattern ]
          }
        }

        Method [ <internal:gnupg> public method import ] {

          - Parameters [1] {
            Parameter #0 [ <required> $kye ]
          }
        }

        Method [ <internal:gnupg> public method getprotocol ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg> public method setsignmode ] {

          - Parameters [1] {
            Parameter #0 [ <required> $signmode ]
          }
        }

        Method [ <internal:gnupg> public method sign ] {

          - Parameters [1] {
            Parameter #0 [ <required> $text ]
          }
        }

        Method [ <internal:gnupg> public method encryptsign ] {

          - Parameters [1] {
            Parameter #0 [ <required> $text ]
          }
        }

        Method [ <internal:gnupg> public method decryptverify ] {

          - Parameters [2] {
            Parameter #0 [ <required> $enctext ]
            Parameter #1 [ <required> &$plaintext ]
          }
        }

        Method [ <internal:gnupg> public method addsignkey ] {

          - Parameters [2] {
            Parameter #0 [ <required> $kye ]
            Parameter #1 [ <required> $passphrase ]
          }
        }

        Method [ <internal:gnupg> public method addencryptkey ] {

          - Parameters [1] {
            Parameter #0 [ <required> $kye ]
          }
        }

        Method [ <internal:gnupg> public method adddecryptkey ] {

          - Parameters [2] {
            Parameter #0 [ <required> $kye ]
            Parameter #1 [ <required> $passphrase ]
          }
        }

        Method [ <internal:gnupg> public method deletekey ] {

          - Parameters [2] {
            Parameter #0 [ <required> $kye ]
            Parameter #1 [ <required> $allow_secret ]
          }
        }

        Method [ <internal:gnupg> public method gettrustlist ] {

          - Parameters [1] {
            Parameter #0 [ <required> $pattern ]
          }
        }

        Method [ <internal:gnupg> public method listsignatures ] {

          - Parameters [1] {
            Parameter #0 [ <required> $kyeid ]
          }
        }

        Method [ <internal:gnupg> public method seterrormode ] {

          - Parameters [1] {
            Parameter #0 [ <required> $errnmode ]
          }
        }
      }
    }

    Class [ <internal:gnupg> <iterateable> class gnupg_keylistiterator implements Iterator, Traversable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [6] {
        Method [ <internal:gnupg, ctor> public method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg, prototype Iterator> public method current ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg, prototype Iterator> public method key ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg, prototype Iterator> public method next ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg, prototype Iterator> public method rewind ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:gnupg, prototype Iterator> public method valid ] {

          - Parameters [0] {
          }
        }
      }
    }
  }
}