Extension [ extension #85 gnupg version 1.4.0RC2 ] { - 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 ] { - Parameters [4] { Parameter #0 [ $res ] Parameter #1 [ $text ] Parameter #2 [ $signature ] Parameter #3 [ &$plaintext ] } } 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 ] { - Parameters [3] { Parameter #0 [ $res ] Parameter #1 [ $enctext ] Parameter #2 [ &$plaintext ] } } 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 ] { - Parameters [3] { Parameter #0 [ $text ] Parameter #1 [ $signature ] Parameter #2 [ &$plaintext ] } } 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 ] { - Parameters [2] { Parameter #0 [ $enctext ] Parameter #1 [ &$plaintext ] } } 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 ] { } } } } }