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

OpenPGP Modification Detection Code packet (tag 19). More...

Inheritance diagram for OpenPGP_ModificationDetectionCodePacket:
OpenPGP_Packet

Public Member Functions

 __construct ($sha1='')
 
 read ()
 
 header_and_body ()
 
 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)
 

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

Detailed Description

OpenPGP Modification Detection Code packet (tag 19).

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

Definition at line 1809 of file openpgp.php.

Constructor & Destructor Documentation

OpenPGP_ModificationDetectionCodePacket::__construct (   $sha1 = '')

Definition at line 1810 of file openpgp.php.

Member Function Documentation

OpenPGP_ModificationDetectionCodePacket::body ( )

Definition at line 1826 of file openpgp.php.

OpenPGP_ModificationDetectionCodePacket::header_and_body ( )

Definition at line 1820 of file openpgp.php.

OpenPGP_ModificationDetectionCodePacket::read ( )

Definition at line 1815 of file openpgp.php.