OpenPGP PHP
 All Classes Namespaces Functions Variables
List of all members
OpenPGP_PublicSubkeyPacket Class Reference

OpenPGP Public-Subkey packet (tag 14). More...

Inheritance diagram for OpenPGP_PublicSubkeyPacket:
OpenPGP_PublicKeyPacket OpenPGP_Packet

Additional Inherited Members

- Public Member Functions inherited from OpenPGP_PublicKeyPacket
 __construct ($key=array(), $algorithm='RSA', $timestamp=NULL, $version=4)
 
 self_signatures ($message)
 
 expires ($message)
 
 read ()
 
 read_key_material ()
 
 fingerprint_material ()
 
 fingerprint ()
 
 body ()
 
- Static Public Member Functions inherited from OpenPGP_Packet
static class_for ($tag)
 
static parse (&$input)
 Parses an OpenPGP packet. More...
 
static parse_new_format ($input)
 Parses a new-format (RFC 4880) OpenPGP packet. More...
 
static parse_old_format ($input)
 Parses an old-format (PGP 2.6.x) OpenPGP packet. More...
 
- Public Attributes inherited from OpenPGP_PublicKeyPacket
 $version
 
 $timestamp
 
 $algorithm
 
 $key
 
 $key_id
 
 $fingerprint
 
 $v3_days_of_validity
 
- Static Public Attributes inherited from OpenPGP_PublicKeyPacket
static $key_fields
 
static $algorithms
 

Detailed Description

OpenPGP Public-Subkey packet (tag 14).

See Also
http://tools.ietf.org/html/rfc4880#section-5.5.1.2
http://tools.ietf.org/html/rfc4880#section-5.5.2
http://tools.ietf.org/html/rfc4880#section-11.1
http://tools.ietf.org/html/rfc4880#section-12

Definition at line 1467 of file openpgp.php.