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

Class: Crypt_GPG_Signature

Source Location: /Crypt_GPG-0.3.10/GPG/Signature.php

Class Overview


A data class for GPG signature information


Author(s):

Copyright:

  • 2005-2007 silverorange

Variables


Inherited Variables

Inherited Methods


Class Details

[line 52]
A data class for GPG signature information

This class is used to store the results of the Crypt_GPG::verify() method.



[ Top ]


Class Variables

$creation_date =  0

[line 81]

The creation date of this signature

This is a Unix timestamp.

  • Access: public

Type:   integer


[ Top ]

$expiration_date =  0

[line 91]

The expiration date of the signature

This is a Unix timestamp. If this key does not expire, this will be zero.

  • Access: public

Type:   integer


[ Top ]

$fingerprint =  ''

[line 72]

The signature fingerprint in hexidecimal
  • Access: public

Type:   string


[ Top ]

$id =  ''

[line 65]

A base64 string containing the signature id for signatures of class 0 or 1 which have been verified ok

This id is used to prevent replay attacks and is not present for all signature types.

  • Access: public

Type:   string


[ Top ]

$key_id =  ''

[line 98]

The id of the key used to create this signature
  • Access: public

Type:   string


[ Top ]

$user_id =  ''

[line 105]

The primary user associated with this signature
  • Access: public

Type:   string


[ Top ]

$valid =  false

[line 112]

Whether or not this signature is valid
  • Access: public

Type:   boolean


[ Top ]



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