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

Class: Crypt_GPG_VerifyStatusHandler

Source Location: /Crypt_GPG-0.7.0/GPG/VerifyStatusHandler.php

Class Overview


Status line handler for the verify operation


Author(s):

Copyright:

  • 2008 silverorange

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 60]
Status line handler for the verify operation

This class is responsible for building signature objects that are returned by the Crypt_GPG::verify() method. See <strong>doc/DETAILS</strong> in the GPG distribution for detailed info on GPG's status output for the verify operation.



[ Top ]


Class Variables

$index =  -1

[line 86]

Array index of the current signature
  • Access: protected

Type:   integer


[ Top ]

$signatureId =  ''

[line 72]

The current signature id

Ths signature id is emitted by GPG before the new signature line so we must remember it temporarily.

  • Access: protected

Type:   string


[ Top ]

$signatures = array()

[line 79]

List of parsed Crypt_GPG_Signature objects
  • Access: protected

Type:   array


[ Top ]



Method Detail

getSignatures   [line 165]

array getSignatures( )

Gets the Crypt_GPG_Signature objects parsed by this handler
  • Return: the signature objects parsed by this handler.
  • Access: public

[ Top ]

handle   [line 98]

void handle( string $line)

Handles a status line
  • Access: public

Parameters:

string   $line   —  the status line to handle.

[ Top ]


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