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

OpenPGP Compressed Data packet (tag 8). More...

Inheritance diagram for OpenPGP_CompressedDataPacket:
OpenPGP_Packet

Public Member Functions

 read ()
 
 body ()
 
 getIterator ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
- 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

 $algorithm
 
- Public Attributes inherited from OpenPGP_Packet
 $tag
 
 $size
 
 $data
 

Static Public Attributes

static $algorithms = array(0 => 'Uncompressed', 1 => 'ZIP', 2 => 'ZLIB', 3 => 'BZip2')
 
- Static Public Attributes inherited from OpenPGP_Packet
static $tags
 

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...
 

Detailed Description

OpenPGP Compressed Data packet (tag 8).

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

Definition at line 1558 of file openpgp.php.

Member Function Documentation

OpenPGP_CompressedDataPacket::body ( )

Definition at line 1583 of file openpgp.php.

OpenPGP_CompressedDataPacket::getIterator ( )

Definition at line 1606 of file openpgp.php.

OpenPGP_CompressedDataPacket::offsetExists (   $offset)

Definition at line 1612 of file openpgp.php.

OpenPGP_CompressedDataPacket::offsetGet (   $offset)

Definition at line 1616 of file openpgp.php.

OpenPGP_CompressedDataPacket::offsetSet (   $offset,
  $value 
)

Definition at line 1620 of file openpgp.php.

OpenPGP_CompressedDataPacket::offsetUnset (   $offset)

Definition at line 1624 of file openpgp.php.

OpenPGP_CompressedDataPacket::read ( )

Definition at line 1562 of file openpgp.php.

Member Data Documentation

OpenPGP_CompressedDataPacket::$algorithm

Definition at line 1559 of file openpgp.php.

OpenPGP_CompressedDataPacket::$algorithms = array(0 => 'Uncompressed', 1 => 'ZIP', 2 => 'ZLIB', 3 => 'BZip2')
static

Definition at line 1561 of file openpgp.php.