cdx-proto
    Preparing search index...

    Type Alias CryptoProperties_ProtocolProperties_Ikev2TransformTypesDetailed_Encr

    CryptoProperties_ProtocolProperties_Ikev2TransformTypesDetailed_Encr: Message<
        "cyclonedx.v1_7.CryptoProperties.ProtocolProperties.Ikev2TransformTypesDetailed.Encr",
    > & { algorithm?: string; keyLength?: number; name?: string }

    IKEv2 Encryption Algorithm (ENCR)

    Type Declaration

    • Optionalalgorithm?: string

      The bom-ref to algorithm cryptographic asset

      from field: optional string algorithm = 3;

    • OptionalkeyLength?: number

      The key length of the encryption algorithm

      from field: optional int32 keyLength = 2;

    • Optionalname?: string

      A name for the encryption method

      from field: optional string name = 1;

    from message cyclonedx.v1_7.CryptoProperties.ProtocolProperties.Ikev2TransformTypesDetailed.Encr