OpenPGP Public-Subkey packet (tag 14). More...
Additional Inherited Members | |
Public Member Functions inherited from OpenPGP_PublicKeyPacket | |
__construct ($key=array(), $algorithm='RSA', $timestamp=NULL, $version=4) | |
self_signatures ($message) | |
expires ($message) | |
read () | |
read_key_material () | |
fingerprint_material () | |
fingerprint () | |
body () | |
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_PublicKeyPacket | |
$version | |
$timestamp | |
$algorithm | |
$key | |
$key_id | |
$fingerprint | |
$v3_days_of_validity | |
Static Public Attributes inherited from OpenPGP_PublicKeyPacket | |
static | $key_fields |
static | $algorithms |
OpenPGP Public-Subkey packet (tag 14).
Definition at line 1467 of file openpgp.php.