322
322
return SIGNATURE_NOT_VALID, None
323
323
# A signature from a revoked key gets this.
324
324
# test_verify_revoked_signature()
326
327
return SIGNATURE_NOT_VALID, None
327
328
# Other error types such as revoked keys should (I think) be caught by
328
329
# SIGSUM_RED so anything else means something is buggy.
332
333
def set_acceptable_keys(self, command_line_input):
333
334
"""Set the acceptable keys for verifying with this GPGStrategy.