cdx-proto
    Preparing search index...

    Type Alias CryptoProperties_RelatedCryptoMaterialProperties_CryptoRelatedSecuredBy

    CryptoProperties_RelatedCryptoMaterialProperties_CryptoRelatedSecuredBy: Message<
        "cyclonedx.v1_6.CryptoProperties.RelatedCryptoMaterialProperties.CryptoRelatedSecuredBy",
    > & { algorithmRef?: string; mechanism?: string }

    Type declaration

    • OptionalalgorithmRef?: string

      The bom-ref to the algorithm.

      from field: optional string algorithmRef = 2;

    • Optionalmechanism?: string

      Specifies the mechanism by which the cryptographic asset is secured. Examples include HSM, TPM, SGX, Software, and None

      from field: optional string mechanism = 1;

    from message cyclonedx.v1_6.CryptoProperties.RelatedCryptoMaterialProperties.CryptoRelatedSecuredBy