Class GnuPGSignature

Description

class GnuPGsig

This class contains information about a signature on data or a file

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


	
			
Variable Summary
 mixed $algorithm
 mixed $exp
 mixed $fpr
 mixed $hash
 mixed $id
 mixed $reserved
 mixed $sigclass
 mixed $timestamp
 mixed $uid
 mixed $valid
 mixed $version
Method Summary
 GnuPGSignature GnuPGSignature (string $keyInfo)
Variables
mixed $algorithm = '' (line 118)
mixed $creation_date = '' (line 112)
mixed $exp = '' (line 114)
mixed $fpr = '' (line 122)
mixed $hash (line 120)
mixed $hash_algorithm (line 119)
mixed $id = '' (line 111)
mixed $pubkey_algorithm (line 117)
mixed $reserved = '' (line 116)
mixed $sigclass = '' (line 121)
mixed $timestamp = '' (line 113)
mixed $uid = false (line 123)
mixed $valid = false (line 110)
mixed $version = '' (line 115)
Methods
Constructor GnuPGSignature (line 131)

Constructor, takes two types of parameters, either an array or a string

GnuPGSignature GnuPGSignature (string $keyInfo)
  • string $keyInfo: matching gpg: Signature made DATE by ALG key ID

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