Skip to content

CryptographicSecurityStandards

Enumerates cryptographic security standards applicable to the system.

URI: CryptographicSecurityStandards

Permissible Values

Value Meaning Description
FIPS186-5 None FIPS 186-5 for cryptographic algorithms
FIPS180-4 None FIPS 180-4 for cryptographic hash functions
RFC9142 None RFC9142 for SSH
RFC5406 None RFC5406 for IPSec
RFC7296 None RFC7296 for IKEv2
RFC8446 None RFC8446 for TLS
RFC7515 None RFC7515 for JOSE

Slots

Name Description
cryptographicSecurityStandards One or more cryptographic security standards protecting authenticity or integ...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#cryptographic-security-standards

LinkML Source

name: CryptographicSecurityStandards
description: Enumerates cryptographic security standards applicable to the system.
from_schema: https://w3id.org/gaia-x/development#cryptographic-security-standards
permissible_values:
  FIPS186-5:
    text: FIPS186-5
    description: FIPS 186-5 for cryptographic algorithms.
  FIPS180-4:
    text: FIPS180-4
    description: FIPS 180-4 for cryptographic hash functions.
  RFC9142:
    text: RFC9142
    description: RFC9142 for SSH.
  RFC5406:
    text: RFC5406
    description: RFC5406 for IPSec.
  RFC7296:
    text: RFC7296
    description: RFC7296 for IKEv2.
  RFC8446:
    text: RFC8446
    description: RFC8446 for TLS.
  RFC7515:
    text: RFC7515
    description: RFC7515 for JOSE.