Skip to main content

verify_signed_document_with_key_file

Function verify_signed_document_with_key_file 

Source
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.