pub fn verify_signed_document_with_key_file(
document: &SignedDocument,
public_key_path: &Path,
) -> Result<VerifiedPayload>Expand description
Verifies a signed document against a trust file the caller names.
ยงErrors
See load_trusted_keys and verify_signed_document.