Public Member Functions | |
__construct ($data=NULL) | |
header_and_body () | |
Public Member Functions inherited from OpenPGP_SignaturePacket | |
__construct ($data=NULL, $key_algorithm=NULL, $hash_algorithm=NULL) | |
sign_data ($signers) | |
$this->data must be set to the data to sign (done by constructor) $signers in the same format as $verifiers for OpenPGP_Message. More... | |
read () | |
calculate_trailer () | |
body_start () | |
body () | |
key_algorithm_name () | |
hash_algorithm_name () | |
issuer () | |
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) | |
Additional Inherited Members | |
Static Public Member Functions inherited from OpenPGP_SignaturePacket | |
static | get_subpackets ($input) |
static | get_subpacket (&$input) |
static | class_for ($tag) |
Public Attributes inherited from OpenPGP_SignaturePacket | |
$version | |
$signature_type | |
$hash_algorithm | |
$key_algorithm | |
$hashed_subpackets | |
$unhashed_subpackets | |
$hash_head | |
$trailer | |
Static Public Attributes inherited from OpenPGP_SignaturePacket | |
static | $hash_algorithms |
static | $subpacket_types |
Definition at line 1225 of file openpgp.php.
OpenPGP_SignaturePacket_EmbeddedSignaturePacket::__construct | ( | $data = NULL ) |
Definition at line 1227 of file openpgp.php.
OpenPGP_SignaturePacket_EmbeddedSignaturePacket::header_and_body | ( | ) |
Definition at line 1232 of file openpgp.php.