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

File: Exceptions.php

Source Location: /Crypt_GPG-0.3.10/GPG/Exceptions.php

Classes:

Crypt_GPG_Exception
An exception class thrown by the Crypt_GPG class
Crypt_GPG_FileException
This exception is thrown when the Crypt_GPG class tries to use a file in ways it cannot be used
Crypt_GPG_OpenSubprocessException
An exception class thrown by the Crypt_GPG::_openSubprocess() method
Crypt_GPG_KeyNotFoundException
This exception is thrown when the Crypt_GPG class fails to find the key for various opetations
Crypt_GPG_NoDataException
An exception class thrown when the GPG process cannot find data for various operations
Crypt_GPG_BadPassphraseException
An exception class thrown when the GPG passphrase is bad or missing
Crypt_GPG_DuplicateKeyImportException
An exception thrown when a key that is already in the keyring is imported
Crypt_GPG_UnsignedKeyException
An exception thrown when a key that is not signed is use for encryption
Crypt_GPG_MissingSelfSignatureException
An exception thrown when a key that is not self signed is used for encryption

Page Details:

Various exception handling classes for Crypt_GPG

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

This file contains various exception classes used by the Crypt_GPG package.

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('PEAR/Exception.php') [line 43]
PEAR Exception handler and base class

Documentation generated on Mon, 11 Mar 2019 15:14:43 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.