Skip to content

Enum: DigitalSignatureAlgorithmIdEnum

The identifier of the normalized digital signature algorithm.

URI: ocsf:DigitalSignatureAlgorithmIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
DSA None Digital Signature Algorithm (DSA)
RSA None Rivest-Shamir-Adleman (RSA) Algorithm
ECDSA None Elliptic Curve Digital Signature Algorithm
AUTHENTICODE None Microsoft Authenticode Digital Signature Algorithm
OTHER None Other

Slots

Name Description
algorithm_id The identifier of the normalized digital signature algorithm

Identifier and Mapping Information

Schema Source

LinkML Source

name: DigitalSignatureAlgorithmIdEnum
description: The identifier of the normalized digital signature algorithm.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: Unknown
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  DSA:
    text: DSA
    description: Digital Signature Algorithm (DSA).
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: DSA
  RSA:
    text: RSA
    description: Rivest-Shamir-Adleman (RSA) Algorithm.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: RSA
  ECDSA:
    text: ECDSA
    description: Elliptic Curve Digital Signature Algorithm.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: ECDSA
  AUTHENTICODE:
    text: AUTHENTICODE
    description: Microsoft Authenticode Digital Signature Algorithm.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Authenticode
  OTHER:
    text: OTHER
    description: Other
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other