summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 970733d72d5d81029d377c5dd39a18f829e1ad51 (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
Extension [ <persistent> extension #86 gnupg version 1.4.0 ] {

  - Constants [25] {
    Constant [ integer GNUPG_SIG_MODE_NORMAL ] { 0 }
    Constant [ integer GNUPG_SIG_MODE_DETACH ] { 1 }
    Constant [ integer GNUPG_SIG_MODE_CLEAR ] { 2 }
    Constant [ integer GNUPG_VALIDITY_UNKNOWN ] { 0 }
    Constant [ integer GNUPG_VALIDITY_UNDEFINED ] { 1 }
    Constant [ integer GNUPG_VALIDITY_NEVER ] { 2 }
    Constant [ integer GNUPG_VALIDITY_MARGINAL ] { 3 }
    Constant [ integer GNUPG_VALIDITY_FULL ] { 4 }
    Constant [ integer GNUPG_VALIDITY_ULTIMATE ] { 5 }
    Constant [ integer GNUPG_PROTOCOL_OpenPGP ] { 0 }
    Constant [ integer GNUPG_PROTOCOL_CMS ] { 1 }
    Constant [ integer GNUPG_SIGSUM_VALID ] { 1 }
    Constant [ integer GNUPG_SIGSUM_GREEN ] { 2 }
    Constant [ integer GNUPG_SIGSUM_RED ] { 4 }
    Constant [ integer GNUPG_SIGSUM_KEY_REVOKED ] { 16 }
    Constant [ integer GNUPG_SIGSUM_KEY_EXPIRED ] { 32 }
    Constant [ integer GNUPG_SIGSUM_SIG_EXPIRED ] { 64 }
    Constant [ integer GNUPG_SIGSUM_KEY_MISSING ] { 128 }
    Constant [ integer GNUPG_SIGSUM_CRL_MISSING ] { 256 }
    Constant [ integer GNUPG_SIGSUM_CRL_TOO_OLD ] { 512 }
    Constant [ integer GNUPG_SIGSUM_BAD_POLICY ] { 1024 }
    Constant [ integer GNUPG_SIGSUM_SYS_ERROR ] { 2048 }
    Constant [ integer GNUPG_ERROR_WARNING ] { 1 }
    Constant [ integer GNUPG_ERROR_EXCEPTION ] { 2 }
    Constant [ integer GNUPG_ERROR_SILENT ] { 3 }
  }

  - Functions {
    Function [ <internal:gnupg> function gnupg_init ] {
    }
    Function [ <internal:gnupg> function gnupg_keyinfo ] {
    }
    Function [ <internal:gnupg> function gnupg_sign ] {
    }
    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 ] {
    }
    Function [ <internal:gnupg> function gnupg_clearencryptkeys ] {
    }
    Function [ <internal:gnupg> function gnupg_cleardecryptkeys ] {
    }
    Function [ <internal:gnupg> function gnupg_setarmor ] {
    }
    Function [ <internal:gnupg> function gnupg_encrypt ] {
    }
    Function [ <internal:gnupg> function gnupg_decrypt ] {
    }
    Function [ <internal:gnupg> function gnupg_export ] {
    }
    Function [ <internal:gnupg> function gnupg_import ] {
    }
    Function [ <internal:gnupg> function gnupg_getprotocol ] {
    }
    Function [ <internal:gnupg> function gnupg_setsignmode ] {
    }
    Function [ <internal:gnupg> function gnupg_encryptsign ] {
    }
    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 ] {
    }
    Function [ <internal:gnupg> function gnupg_addsignkey ] {
    }
    Function [ <internal:gnupg> function gnupg_addencryptkey ] {
    }
    Function [ <internal:gnupg> function gnupg_adddecryptkey ] {
    }
    Function [ <internal:gnupg> function gnupg_deletekey ] {
    }
    Function [ <internal:gnupg> function gnupg_gettrustlist ] {
    }
    Function [ <internal:gnupg> function gnupg_listsignatures ] {
    }
    Function [ <internal:gnupg> function gnupg_seterrormode ] {
    }
  }

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

      - Constants [25] {
        Constant [ integer SIG_MODE_NORMAL ] { 0 }
        Constant [ integer SIG_MODE_DETACH ] { 1 }
        Constant [ integer SIG_MODE_CLEAR ] { 2 }
        Constant [ integer VALIDITY_UNKNOWN ] { 0 }
        Constant [ integer VALIDITY_UNDEFINED ] { 1 }
        Constant [ integer VALIDITY_NEVER ] { 2 }
        Constant [ integer VALIDITY_MARGINAL ] { 3 }
        Constant [ integer VALIDITY_FULL ] { 4 }
        Constant [ integer VALIDITY_ULTIMATE ] { 5 }
        Constant [ integer PROTOCOL_OpenPGP ] { 0 }
        Constant [ integer PROTOCOL_CMS ] { 1 }
        Constant [ integer SIGSUM_VALID ] { 1 }
        Constant [ integer SIGSUM_GREEN ] { 2 }
        Constant [ integer SIGSUM_RED ] { 4 }
        Constant [ integer SIGSUM_KEY_REVOKED ] { 16 }
        Constant [ integer SIGSUM_KEY_EXPIRED ] { 32 }
        Constant [ integer SIGSUM_SIG_EXPIRED ] { 64 }
        Constant [ integer SIGSUM_KEY_MISSING ] { 128 }
        Constant [ integer SIGSUM_CRL_MISSING ] { 256 }
        Constant [ integer SIGSUM_CRL_TOO_OLD ] { 512 }
        Constant [ integer SIGSUM_BAD_POLICY ] { 1024 }
        Constant [ integer SIGSUM_SYS_ERROR ] { 2048 }
        Constant [ integer ERROR_WARNING ] { 1 }
        Constant [ integer ERROR_EXCEPTION ] { 2 }
        Constant [ integer ERROR_SILENT ] { 3 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [23] {
        Method [ <internal:gnupg> public method keyinfo ] {
        }

        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 geterror ] {
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    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 ] {
        }

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

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

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

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

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