OpenPGP packet.
More...
OpenPGP_Packet::__construct |
( |
|
$data = NULL ) | |
|
static OpenPGP_Packet::class_for |
( |
|
$tag) | |
|
|
static |
OpenPGP_Packet::header_and_body |
( |
) | |
|
static OpenPGP_Packet::parse |
( |
& |
$input) | |
|
|
static |
static OpenPGP_Packet::parse_new_format |
( |
|
$input) | |
|
|
static |
static OpenPGP_Packet::parse_old_format |
( |
|
$input) | |
|
|
static |
OpenPGP_Packet::read_byte |
( |
) | |
|
OpenPGP_Packet::read_bytes |
( |
|
$count = 1 ) | |
|
OpenPGP_Packet::read_mpi |
( |
) | |
|
OpenPGP_Packet::read_timestamp |
( |
) | |
|
OpenPGP_Packet::read_unpacked |
( |
|
$count, |
|
|
|
$format |
|
) |
| |
OpenPGP_Packet::to_bytes |
( |
) | |
|
Initial value:= array(
1 => 'AsymmetricSessionKey',
2 => 'Signature',
3 => 'SymmetricSessionKey',
4 => 'OnePassSignature',
5 => 'SecretKey',
6 => 'PublicKey',
7 => 'SecretSubkey',
8 => 'CompressedData',
9 => 'EncryptedData',
10 => 'Marker',
11 => 'LiteralData',
12 => 'Trust',
13 => 'UserID',
14 => 'PublicSubkey',
17 => 'UserAttribute',
18 => 'IntegrityProtectedData',
19 => 'ModificationDetectionCode',
60 => 'Experimental',
61 => 'Experimental',
62 => 'Experimental',
63 => 'Experimental',
)
Definition at line 547 of file openpgp.php.