Enum SignatureVerifyStatus
Defined in File gpa-secure.h
Enum Documentation
-
enum gpa::secure::SignatureVerifyStatus
Values:
-
enumerator SIGNATURE_STATUS_UNKNOWN
cannot determine the state of the signature on the file
-
enumerator SIGNATURE_VALID
signature exists and is valid
-
enumerator SIGNATURE_MISSING
no signature exists on the file
-
enumerator SIGNATURE_NOT_TRUSTED
signature exists, but is not trusted (trust chain failure)
-
enumerator SIGNATURE_TRUST_DISABLED
signature exists, but trust explicitly disabled by admin
-
enumerator SIGNATURE_ERROR
unknown error while trying to verify existing signature
-
enumerator SIGNATURE_STATUS_UNKNOWN