Nutrient Web SDK

v0.0.0-dev

ReferenceNutrientViewerDocumentIntegrityStatus

Enumeration DocumentIntegrityStatus

The different signature validation states the document can be in.

Enumeration

Enumeration Members

"failed_encryption_padding"

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

"failed_retrieve_public_key"

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

"failed_retrieve_signing_certificate"

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

"failed_to_compute_digest"

The digest of the document couldn't be calculated.

"failed_to_retrieve_byterange"

The signature /ByteRange couldn't be parsed.

"failed_to_retrieve_signature_contents"

The signature /Contents couldn't be parsed.

"general_failure"

An unspecific error.

"ok"

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

"tampered_document"

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

"tampered_or_invalid_timestamp"

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