Enum: DigitalSignatureStateIdEnum
The normalized identifier of the signature state.
URI: ocsf:DigitalSignatureStateIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| VALID | None | The digital signature is valid |
| EXPIRED | None | The digital signature is invalid because its timestamp does not fall within t... |
| REVOKED | None | The digital signature is invalid due to certificate revocation |
| SUSPENDED | None | The digital signature is invalid due to certificate suspension |
| PENDING | None | The digital signature state is pending |
| UNTRUSTED | None | The digital signature is invalid because the certificate is rooted in an |
| DISTRUSTED | None | The digital signature is invalid because the certificate is explicitly |
| WRONGUSAGE | None | The digital signature is invalid because the certificate is not intended for |
| BAD | None | The digital signature is cryptographically invalid, e |
| BROKEN | None | The digital signature is malformed and could not be processed |
| UNKNOWN | None | The state is unknown |
| OTHER | None | The state is not mapped |
Slots
| Name | Description |
|---|---|
| state_id | The normalized identifier of the signature state |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: DigitalSignatureStateIdEnum
description: The normalized identifier of the signature state.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
VALID:
text: VALID
description: The digital signature is valid.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Valid
EXPIRED:
text: EXPIRED
description: 'The digital signature is invalid because its timestamp does not
fall within the
certificate''s validity period.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Expired
REVOKED:
text: REVOKED
description: The digital signature is invalid due to certificate revocation.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Revoked
SUSPENDED:
text: SUSPENDED
description: The digital signature is invalid due to certificate suspension.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: Suspended
PENDING:
text: PENDING
description: The digital signature state is pending.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: Pending
UNTRUSTED:
text: UNTRUSTED
description: 'The digital signature is invalid because the certificate is rooted
in an
untrusted CA or is an untrusted self-signed certificate.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '6'
caption:
tag: caption
value: Untrusted
DISTRUSTED:
text: DISTRUSTED
description: 'The digital signature is invalid because the certificate is explicitly
distrusted. Note that whereas revocation is global, distrust reflects local
IT/security policy.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '7'
caption:
tag: caption
value: Distrusted
WRONGUSAGE:
text: WRONGUSAGE
description: 'The digital signature is invalid because the certificate is not
intended for
code signing purposes.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '8'
caption:
tag: caption
value: WrongUsage
BAD:
text: BAD
description: 'The digital signature is cryptographically invalid, e.g. a mismatched
digest.
This indicates possible tampering.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '9'
caption:
tag: caption
value: Bad
BROKEN:
text: BROKEN
description: The digital signature is malformed and could not be processed.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '10'
caption:
tag: caption
value: Broken
UNKNOWN:
text: UNKNOWN
description: The state is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
OTHER:
text: OTHER
description: 'The state is not mapped. See the <code>state</code> attribute, which
contains a
data source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other