Property | Type | Description | |
---|---|---|---|
$hash_algorithm | |||
$hash_algorithms | |||
$hash_head | |||
$hashed_subpackets | |||
$key_algorithm | |||
$signature_type | |||
$subpacket_types | |||
$trailer | |||
$unhashed_subpackets | |||
$version |
Method | Description | |
---|---|---|
__construct ( $data = NULL, $key_algorithm = NULL, $hash_algorithm = NULL ) | This is the literal bytes that get tacked on the end of the message when verifying the signature | |
body ( ) | ||
body_start ( ) | ||
calculate_trailer ( ) | ||
class_for ( $tag ) | ||
get_subpacket ( &$input ) | ||
get_subpackets ( $input ) | ||
hash_algorithm_name ( ) | ||
issuer ( ) | ||
key_algorithm_name ( ) | ||
read ( ) | ||
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. |
public __construct ( $data = NULL, $key_algorithm = NULL, $hash_algorithm = NULL ) |
public sign_data ( $signers ) |