Skip to content

Enum: EncryptionDetailsAlgorithmIdEnum

The encryption algorithm used.

URI: ocsf:EncryptionDetailsAlgorithmIdEnum

Permissible Values

Value Meaning Description
DES None Data Encryption Standard Algorithm
TRIPLEDES None Triple Data Encryption Standard Algorithm
AES None Advanced Encryption Standard Algorithm
RSA None Rivest-Shamir-Adleman Algorithm
ECC None Elliptic Curve Cryptography Algorithm
SM2 None ShangMi Cryptographic Algorithm
UNKNOWN None The algorithm is unknown
OTHER None The algorithm is not mapped

Slots

Name Description
algorithm_id The encryption algorithm used

Identifier and Mapping Information

Schema Source

LinkML Source

name: EncryptionDetailsAlgorithmIdEnum
description: The encryption algorithm used.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  DES:
    text: DES
    description: Data Encryption Standard Algorithm
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: DES
  TRIPLEDES:
    text: TRIPLEDES
    description: Triple Data Encryption Standard Algorithm
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: TripleDES
  AES:
    text: AES
    description: Advanced Encryption Standard Algorithm.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: AES
  RSA:
    text: RSA
    description: Rivest-Shamir-Adleman Algorithm
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: RSA
  ECC:
    text: ECC
    description: Elliptic Curve Cryptography Algorithm
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: ECC
  SM2:
    text: SM2
    description: ShangMi Cryptographic Algorithm
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: SM2
  UNKNOWN:
    text: UNKNOWN
    description: The algorithm is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The algorithm is not mapped. See the <code>algorithm</code> attribute,
      which

      contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other