OpenPGP User ID packet (tag 13). More...
Public Member Functions | |
| __construct ($name='', $comment='', $email='') | |
| read () | |
| __toString () | |
| 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 | |
| $name | |
| $comment | |
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 User ID packet (tag 13).
Definition at line 1712 of file openpgp.php.
| OpenPGP_UserIDPacket::__construct | ( | $name = '', |
|
$comment = '', |
|||
$email = '' |
|||
| ) |
Definition at line 1715 of file openpgp.php.
| OpenPGP_UserIDPacket::__toString | ( | ) |
Definition at line 1755 of file openpgp.php.
| OpenPGP_UserIDPacket::body | ( | ) |
Definition at line 1763 of file openpgp.php.
| OpenPGP_UserIDPacket::read | ( | ) |
Definition at line 1727 of file openpgp.php.
| OpenPGP_UserIDPacket::$comment |
Definition at line 1713 of file openpgp.php.
| OpenPGP_UserIDPacket::$email |
Definition at line 1713 of file openpgp.php.
| OpenPGP_UserIDPacket::$name |
Definition at line 1713 of file openpgp.php.
1.8.4