Class GnuPGkey

Description

This class contains information about a key and a function to output as an array

Located in /plugins/gpg/classes/gpg.php (line 255)


	
			
Variable Summary
 mixed $algorithm
 mixed $date
 mixed $exp
 mixed $fingerprint
 mixed $haveSecret
 mixed $id
 mixed $len
 mixed $signatures
 mixed $subkeys
 mixed $trust
 mixed $type
 mixed $userIDs
Method Summary
 GnuPGkey GnuPGkey (array $keyInfo)
 array arrayKey (void 0)
 string get_email_addr (void 0)
 string get_email_extra (void 0)
 string get_email_name (void 0)
 string get_fpr (void 0)
Variables
mixed $algorithm (line 265)
mixed $capabilities = array() (line 257)
mixed $date = '' (line 267)
mixed $exp = '' (line 268)
mixed $fingerprint = '' (line 258)
mixed $haveSecret = false (line 256)
mixed $id = '' (line 266)
mixed $len (line 264)
mixed $signatures = array() (line 261)
mixed $subkeys = array() (line 260)
mixed $trust = '' (line 270)
mixed $type (line 263)
mixed $userIDs = array() (line 259)
mixed $userpassphrase = '' (line 262)
Methods
Constructor GnuPGkey (line 277)

Constructor

GnuPGkey GnuPGkey (array $keyInfo)
  • array $keyInfo: containing data for the key
arrayKey (line 347)

Returns an array with key data indexed by field name

  • return: of particular key data indexed by field
array arrayKey (void 0)
  • void 0
get_email_addr (line 317)

Retrieves email address for the first or active uid on the key

string get_email_addr (void 0)
  • void 0
get_email_extra (line 332)

Retrieves extra information for the first or active uid on the key

string get_email_extra (void 0)
  • void 0
get_email_name (line 302)

Retrieves name for the first or active uid on the key

string get_email_name (void 0)
  • void 0
get_fpr (line 367)

Returns a string containing the formatted fingerprint for the key

  • return: with lowercase fingerprint, split every 4 characters
string get_fpr (void 0)
  • void 0

Documentation generated on Sun, 22 Nov 2009 17:36:36 +0200 by phpDocumentor 1.4.3