Nutrient Web SDK
    Preparing search index...

    Enumeration DocumentIntegrityStatus

    The different signature validation states the document can be in.

    Index

    Enumeration Members

    failed_encryption_padding: "failed_encryption_padding"

    The encryption padding from the signature contents couldn't be extracted.

    failed_retrieve_public_key: "failed_retrieve_public_key"

    The public key from the signature contents couldn't be extracted.

    failed_retrieve_signing_certificate: "failed_retrieve_signing_certificate"

    The signing certificate from the signature contents couldn't be extracted.

    failed_to_compute_digest: "failed_to_compute_digest"

    The digest of the document couldn't be calculated.

    failed_to_retrieve_byterange: "failed_to_retrieve_byterange"

    The signature /ByteRange couldn't be parsed.

    failed_to_retrieve_signature_contents: "failed_to_retrieve_signature_contents"

    The signature /Contents couldn't be parsed.

    general_failure: "general_failure"

    An unspecific error.

    ok: "ok"

    The part of the document covered by the signature has not been modified.

    tampered_document: "tampered_document"

    The part of the document covered by the signature has been modified.

    tampered_or_invalid_timestamp: "tampered_or_invalid_timestamp"

    The digital signature contains a timestamp that is not valid or the timestamped data was tampered with.