cdx-proto
    Preparing search index...

    Type Alias CryptoProperties_ProtocolProperties_Ikev2TransformTypesDetailed_Auth

    CryptoProperties_ProtocolProperties_Ikev2TransformTypesDetailed_Auth: Message<
        "cyclonedx.v1_7.CryptoProperties.ProtocolProperties.Ikev2TransformTypesDetailed.Auth",
    > & { algorithm?: string; name?: string }

    IKEv2 Authentication method

    Type Declaration

    • Optionalalgorithm?: string

      The bom-ref to algorithm cryptographic asset

      from field: optional string algorithm = 2;

    • Optionalname?: string

      A name for the authentication method

      from field: optional string name = 1;

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