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

File: Exceptions.php

Source Location: /Crypt_GPG-1.6.4/Crypt/GPG/Exceptions.php

Classes:

Crypt_GPG_Exception
An exception thrown by the Crypt_GPG package
Crypt_GPG_FileException
An exception thrown when a file is used in ways it cannot be used
Crypt_GPG_OpenSubprocessException
An exception thrown when the GPG subprocess cannot be opened
Crypt_GPG_InvalidOperationException
An exception thrown when an invalid GPG operation is attempted
Crypt_GPG_KeyNotFoundException
An exception thrown when Crypt_GPG fails to find the key for various operations
Crypt_GPG_NoDataException
An exception thrown when Crypt_GPG cannot find valid data for various operations
Crypt_GPG_BadPassphraseException
An exception thrown when a required passphrase is incorrect or missing
Crypt_GPG_DeletePrivateKeyException
An exception thrown when an attempt is made to delete public key that has an associated private key on the keyring
Crypt_GPG_KeyNotCreatedException
An exception thrown when an attempt is made to generate a key and the attempt fails
Crypt_GPG_InvalidKeyParamsException
An exception thrown when an attempt is made to generate a key and the key parameters set on the key generator are invalid

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, see <http://www.gnu.org/licenses/>

Includes:

require_once('PEAR/Exception.php') [line 43]
PEAR Exception handler and base class

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