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

Class: Crypt_GPG_KeyNotFoundException

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

Class Overview

PEAR_Exception
   |
   --Crypt_GPG_Exception
      |
      --Crypt_GPG_KeyNotFoundException

An exception thrown when Crypt_GPG fails to find the key for various operations


Author(s):

Copyright:

  • 2005 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 259]
An exception thrown when Crypt_GPG fails to find the key for various operations


[ Top ]


Method Detail

__construct (Constructor)   [line 280]

Crypt_GPG_KeyNotFoundException __construct( string $message, [integer $code = 0], [string $keyId = ''])

Creates a new Crypt_GPG_KeyNotFoundException
  • Access: public

Parameters:

string   $message   —  an error message.
integer   $code   —  a user defined error code.
string   $keyId   —  the key identifier of the key.

[ Top ]

getKeyId   [line 294]

string getKeyId( )

Gets the key identifier of the key that was not found
  • Return: the key identifier of the key that was not found.
  • Access: public

[ Top ]


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