OpenPGP Literal Data packet (tag 11). More...
Public Member Functions | |
__construct ($data=NULL, $opt=array()) | |
normalize () | |
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 | |
$format | |
$filename | |
$timestamp | |
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 |
OpenPGP Literal Data packet (tag 11).
Definition at line 1659 of file openpgp.php.
OpenPGP_LiteralDataPacket::__construct | ( | $data = NULL , |
|
$opt = array() |
|||
) |
Definition at line 1662 of file openpgp.php.
OpenPGP_LiteralDataPacket::body | ( | ) |
Definition at line 1686 of file openpgp.php.
OpenPGP_LiteralDataPacket::normalize | ( | ) |
Definition at line 1670 of file openpgp.php.
OpenPGP_LiteralDataPacket::read | ( | ) |
Definition at line 1676 of file openpgp.php.
OpenPGP_LiteralDataPacket::$filename |
Definition at line 1660 of file openpgp.php.
OpenPGP_LiteralDataPacket::$format |
Definition at line 1660 of file openpgp.php.
OpenPGP_LiteralDataPacket::$timestamp |
Definition at line 1660 of file openpgp.php.