File/Crypt/Crypt/pgp.php

Description
Classes
Class Description
 class Horde_Crypt_pgp Horde_Crypt_pgp:: provides a framework for Horde applications to interact with the GNU Privacy Guard program ("GnuPG"). GnuPG implements the OpenPGP standard (RFC 2440).
Includes
 require_once ('Horde/Crypt.php') (line 3)
Constants
PGP_ARMOR_MESSAGE = 1 (line 21)

Used for signed, encrypted, or compressed files.

PGP_ARMOR_PRIVATE_KEY = 4 (line 30)

Used for armoring private keys.

PGP_ARMOR_PUBLIC_KEY = 3 (line 27)

Used for armoring public keys.

PGP_ARMOR_SIGNATURE = 5 (line 36)

Used for detached signatures, PGP/MIME signatures, and natures following clearsigned messages.

PGP_ARMOR_SIGNED_MESSAGE = 2 (line 24)

Used for signed files.

PGP_ARMOR_TEXT = 6 (line 39)

Regular text contained in an PGP message.

PGP_KEYSERVER_PUBLIC = 'pgp.mit.edu' (line 43)

The default public PGP keyserver to use.

PGP_KEYSERVER_REFUSE = 3 (line 49)

The number of times the keyserver refuses connection before an error is returned.

PGP_KEYSERVER_TIMEOUT = 10 (line 55)

The number of seconds that PHP will attempt to connect to the keyserver before it will stop processing the request.

Documentation generated on Sun, 30 Jan 2011 05:20:33 +0000 by phpDocumentor 1.4.3