OpenPGP Sym. More...
Public Member Functions | |
__construct ($data='', $version=1) | |
read () | |
body () | |
Public Member Functions inherited from OpenPGP_EncryptedDataPacket | |
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 | |
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 |
OpenPGP Sym.
Encrypted Integrity Protected Data packet (tag 18).
Definition at line 1785 of file openpgp.php.
OpenPGP_IntegrityProtectedDataPacket::__construct | ( | $data = '' , |
|
$version = 1 |
|||
) |
Definition at line 1788 of file openpgp.php.
OpenPGP_IntegrityProtectedDataPacket::body | ( | ) |
Definition at line 1799 of file openpgp.php.
OpenPGP_IntegrityProtectedDataPacket::read | ( | ) |
Definition at line 1794 of file openpgp.php.
OpenPGP_IntegrityProtectedDataPacket::$version |
Definition at line 1786 of file openpgp.php.