PHP Class OpenPGP_PublicKeyPacket, horde

See also: http://tools.ietf.org/html/rfc4880#section-5.5.1.1
See also: http://tools.ietf.org/html/rfc4880#section-5.5.2
See also: http://tools.ietf.org/html/rfc4880#section-11.1
See also: http://tools.ietf.org/html/rfc4880#section-12
Inheritance: extends OpenPGP_Packet
Mostrar archivo Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$algorithm
$algorithms
$fingerprint
$key
$key_fields
$key_id
$timestamp
$v3_days_of_validity
$version

Public Methods

Method Description
__construct ( $key = [], $algorithm = 'RSA', $timestamp = NULL, $version = 4 )
body ( )
expires ( $message ) Find expiry time of this key based on the self signatures in a message
fingerprint ( )
fingerprint_material ( )
read ( )
read_key_material ( )
self_signatures ( $message ) Find self signatures in a message, these often contain metadata about the key

Method Details

__construct() public method

public __construct ( $key = [], $algorithm = 'RSA', $timestamp = NULL, $version = 4 )

body() public method

public body ( )

expires() public method

Find expiry time of this key based on the self signatures in a message
public expires ( $message )

fingerprint() public method

See also: http://tools.ietf.org/html/rfc4880#section-12.2
See also: http://tools.ietf.org/html/rfc4880#section-3.3
public fingerprint ( )

fingerprint_material() public method

read() public method

See also: http://tools.ietf.org/html/rfc4880#section-5.5.2
public read ( )

read_key_material() public method

See also: http://tools.ietf.org/html/rfc4880#section-5.5.2
public read_key_material ( )

self_signatures() public method

Find self signatures in a message, these often contain metadata about the key
public self_signatures ( $message )

Property Details

$algorithm public_oe property

public $algorithm

$algorithms static_oe public_oe property

static public $algorithms

$fingerprint public_oe property

public $fingerprint

$key public_oe property

public $key

$key_fields static_oe public_oe property

static public $key_fields

$key_id public_oe property

public $key_id

$timestamp public_oe property

public $timestamp

$v3_days_of_validity public_oe property

public $v3_days_of_validity

$version public_oe property

public $version