OpenPGP PHP
 All Classes Namespaces Functions Variables
Public Member Functions | Public Attributes | List of all members
OpenPGP_AsymmetricSessionKeyPacket Class Reference

OpenPGP Public-Key Encrypted Session Key packet (tag 1). More...

Inheritance diagram for OpenPGP_AsymmetricSessionKeyPacket:
OpenPGP_Packet

Public Member Functions

 __construct ($key_algorithm='', $keyid='', $encrypted_data='', $version=3)
 
 read ()
 
 body ()
 
- Public Member Functions inherited from OpenPGP_Packet
 __construct ($data=NULL)
 
 read ()
 
 body ()
 
 header_and_body ()
 
 to_bytes ()
 
 read_timestamp ()
 
 read_mpi ()
 
 read_unpacked ($count, $format)
 
 read_byte ()
 
 read_bytes ($count=1)
 

Public Attributes

 $version
 
 $keyid
 
 $key_algorithm
 
 $encrypted_data
 
- Public Attributes inherited from OpenPGP_Packet
 $tag
 
 $size
 
 $data
 

Additional Inherited Members

- 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...
 
- Static Public Attributes inherited from OpenPGP_Packet
static $tags
 

Detailed Description

OpenPGP Public-Key Encrypted Session Key packet (tag 1).

See Also
http://tools.ietf.org/html/rfc4880#section-5.1

Definition at line 577 of file openpgp.php.

Constructor & Destructor Documentation

OpenPGP_AsymmetricSessionKeyPacket::__construct (   $key_algorithm = '',
  $keyid = '',
  $encrypted_data = '',
  $version = 3 
)

Definition at line 580 of file openpgp.php.

Member Function Documentation

OpenPGP_AsymmetricSessionKeyPacket::body ( )

Definition at line 606 of file openpgp.php.

OpenPGP_AsymmetricSessionKeyPacket::read ( )

Definition at line 588 of file openpgp.php.

Member Data Documentation

OpenPGP_AsymmetricSessionKeyPacket::$encrypted_data

Definition at line 578 of file openpgp.php.

OpenPGP_AsymmetricSessionKeyPacket::$key_algorithm

Definition at line 578 of file openpgp.php.

OpenPGP_AsymmetricSessionKeyPacket::$keyid

Definition at line 578 of file openpgp.php.

OpenPGP_AsymmetricSessionKeyPacket::$version

Definition at line 578 of file openpgp.php.