From 51cd9c798f4ea9f1ebad4b019f513281c0d4cea4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 230 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..847c8d8 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,230 @@ +Extension [ extension #87 gnupg version 1.3.3 ] { + + - 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 [ function gnupg_init ] { + } + Function [ function gnupg_keyinfo ] { + } + Function [ function gnupg_sign ] { + } + Function [ function gnupg_verify ] { + } + Function [ function gnupg_clearsignkeys ] { + } + Function [ function gnupg_clearencryptkeys ] { + } + Function [ function gnupg_cleardecryptkeys ] { + } + Function [ function gnupg_setarmor ] { + } + Function [ function gnupg_encrypt ] { + } + Function [ function gnupg_decrypt ] { + } + Function [ function gnupg_export ] { + } + Function [ function gnupg_import ] { + } + Function [ function gnupg_getprotocol ] { + } + Function [ function gnupg_setsignmode ] { + } + Function [ function gnupg_encryptsign ] { + } + Function [ function gnupg_decryptverify ] { + } + Function [ function gnupg_geterror ] { + } + Function [ function gnupg_addsignkey ] { + } + Function [ function gnupg_addencryptkey ] { + } + Function [ function gnupg_adddecryptkey ] { + } + Function [ function gnupg_deletekey ] { + } + Function [ function gnupg_gettrustlist ] { + } + Function [ function gnupg_listsignatures ] { + } + Function [ function gnupg_seterrormode ] { + } + } + + - Classes [2] { + Class [ 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 [ public method keyinfo ] { + } + + Method [ public method verify ] { + } + + Method [ public method geterror ] { + } + + Method [ public method clearsignkeys ] { + } + + Method [ public method clearencryptkeys ] { + } + + Method [ public method cleardecryptkeys ] { + } + + Method [ public method setarmor ] { + } + + Method [ public method encrypt ] { + } + + Method [ public method decrypt ] { + } + + Method [ public method export ] { + } + + Method [ public method import ] { + } + + Method [ public method getprotocol ] { + } + + Method [ public method setsignmode ] { + } + + Method [ public method sign ] { + } + + Method [ public method encryptsign ] { + } + + Method [ public method decryptverify ] { + } + + Method [ public method addsignkey ] { + } + + Method [ public method addencryptkey ] { + } + + Method [ public method adddecryptkey ] { + } + + Method [ public method deletekey ] { + } + + Method [ public method gettrustlist ] { + } + + Method [ public method listsignatures ] { + } + + Method [ public method seterrormode ] { + } + } + } + + Class [ class gnupg_keylistiterator implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __construct ] { + } + + Method [ public method current ] { + } + + Method [ public method key ] { + } + + Method [ public method next ] { + } + + Method [ public method rewind ] { + } + + Method [ public method valid ] { + } + } + } + } +} + -- cgit