cdx-proto
    Preparing search index...

    Type Alias CryptoProperties_ProtocolProperties_CryptoProtocolCipherSuite

    CryptoProperties_ProtocolProperties_CryptoProtocolCipherSuite: Message<
        "cyclonedx.v1_6.CryptoProperties.ProtocolProperties.CryptoProtocolCipherSuite",
    > & { algorithms: string[]; identifiers: string[]; name?: string }

    Type declaration

    • algorithms: string[]

      A list of algorithms related to the cipher suite. Use the bom-ref to the algorithm cryptographic asset.

      from field: repeated string algorithms = 2;

    • identifiers: string[]

      A list of common identifiers for the cipher suite. For example: 0xC0 and 0x9E

      from field: repeated string identifiers = 3;

    • Optionalname?: string

      A common name for the cipher suite. For example: TLS_DHE_RSA_WITH_AES_128_CCM

      from field: optional string name = 1;

    from message cyclonedx.v1_6.CryptoProperties.ProtocolProperties.CryptoProtocolCipherSuite