File: Engine.php
Source Location: /Crypt_GPG-1.0.0/GPG/Engine.php
Classes:
Crypt_GPG_Engine
Native PHP Crypt_GPG I/O engine
Page Details:
Crypt_GPG is a package to use GPG from PHP
This file contains an engine that handles GPG subprocess control and I/O. PHP's process manipulation functions are used to handle the GPG subprocess. 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, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Includes:
require_once('Crypt/GPG.php') [line 43]
Crypt_GPG base class. require_once('Crypt/GPG/Exceptions.php') [line 48]
GPG exception classes. require_once('PEAR/Exception.php') [line 53]
Standard PEAR exception is used if GPG binary is not found.
Documentation generated on Mon, 11 Mar 2019 15:28:52 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|