| +-------------------------------------------------------------------------+ */ class enigma_signature { public $id; public $valid; public $fingerprint; public $created; public $expires; public $name; public $comment; public $email; // Set it to true if signature is valid, but part of the message // was out of the signed block public $partial; }