Crypt_GPG
[ class tree: Crypt_GPG ] [ index: Crypt_GPG ] [ all elements ]

File: GPGAbstract.php

Source Location: /Crypt_GPG-1.6.4/Crypt/GPGAbstract.php

Classes:

Crypt_GPGAbstract
Base class for implementing a user of Crypt_GPG_Engine

Page Details:

Crypt_GPG is a package to use GPG from PHP

This package provides an object oriented interface to GNU Privacy Guard (GPG). It requires the GPG executable to be on the system.

Though GPG can support symmetric-key cryptography, this package is intended only to facilitate public-key cryptography.

This file contains an abstract implementation of a user of the Crypt_GPG_Engine class.

PHP version 5

LICENSE:

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <http://www.gnu.org/licenses/>

Includes:

require_once('Crypt/GPG/Key.php') [line 49]
GPG key class
require_once('Crypt/GPG/SubKey.php') [line 54]
GPG sub-key class
require_once('Crypt/GPG/UserId.php') [line 59]
GPG user id class
require_once('Crypt/GPG/Engine.php') [line 64]
GPG process and I/O engine class

Documentation generated on Sun, 22 Mar 2020 08:01:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.