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

Class: Crypt_GPG_Key

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

Class Overview


A data class for GPG key information


Author(s):

Copyright:

  • 2005 silverorange

Variables


Inherited Variables

Inherited Methods


Class Details

[line 53]
A data class for GPG key information

This class is used to store the results of the Crypt_GPG::listKeys() method. See the first section of doc/DETAILS in the GPG package for a detailed description of these values.



[ Top ]


Class Variables

$algorithm =  0

[line 109]

The algorithm used to create this key

The value is one of the Crypt_GPG_Key::ALGORITHM_* constants.

  • Access: public

Type:   int


[ Top ]

$creation_date =  0

[line 118]

Date this key was created

This is a Unix timestamp.

  • Access: public

Type:   integer


[ Top ]

$expiration_date =  0

[line 128]

Date this key expires

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

  • Access: public

Type:   integer


[ Top ]

$fingerprint =  ''

[line 93]

The fingerprint of this key
  • Access: public

Type:   string


[ Top ]

$id =  ''

[line 86]

The id of this key
  • Access: public

Type:   string


[ Top ]

$length =  0

[line 100]

Length of this key in bits
  • Access: public

Type:   int


[ Top ]

$user_ids = array()

[line 135]

The user ids associated with this key
  • Access: public

Type:   array


[ Top ]



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