/plugins/gpg/classes/gpg.phpgpg.php ----------- GPG plugin class file.
This file contains the GnuPG class, as well as the GnuPGKey and GnuPGSig classes
Copyright (c) 2002-2004 GPG Plugin Development Team Copyright (c) 2007 The NaSMail Project Licensed under the GNU GPL. For full terms see the file COPYING.
| Class | Description |
|---|---|
GnuPGuid
|
class GnuPGuid |
GnuPGSignature
|
class GnuPGsig |
GnuPGsig
|
class GnuPGsig |
GnuPGkey
|
This class contains information about a key and a function to output as an array |
GnuPG
|
This is the main class to use for GPG functions and data |
CHECKPASSWORD_FD = 3
(line 24)
GNUPG_HASH_MD5 = 1
(line 27)
GNUPG_HASH_RMD160 = 3
(line 29)
GNUPG_HASH_SHA1 = 2
(line 28)
GNUPG_HASH_SHA256 = 8
(line 31)
GNUPG_HASH_SHA384 = 9
(line 32)
GNUPG_HASH_SHA512 = 10
(line 33)
GNUPG_HASH_TIGER = 6
(line 30)
GNUPG_PUBKEY_DSA = 17
(line 39)
GNUPG_PUBKEY_ELGAMAL = 20
(line 40)
GNUPG_PUBKEY_ELGAMAL_E = 16
(line 38)
GNUPG_PUBKEY_RSA = 1
(line 35)
GNUPG_PUBKEY_RSA_E = 2
(line 36)
GNUPG_PUBKEY_RSA_S = 3
(line 37)
GNUPG_TRUST_EXPIRED = 'e'
(line 47)
GNUPG_TRUST_FULL = 'f'
(line 44)
GNUPG_TRUST_MARGINAL = 'm'
(line 45)
GNUPG_TRUST_NONE = 'n'
(line 46)
GNUPG_TRUST_REVOKED = 'r'
(line 48)
GNUPG_TRUST_ULTIMATE = 'u'
(line 43)
GNUPG_TRUST_UNKNOWN = '-'
(line 49)
GPGSTDERR = 2
(line 21)
GPGSTDIN = 0
(line 19)
GPGSTDOUT = 1
(line 20)
PASSPHRASE_FD = 7
(line 23)
STATUS_FD = 5
(line 22)
Documentation generated on Sun, 22 Nov 2009 17:36:35 +0200 by phpDocumentor 1.4.3