cdx-proto
    Preparing search index...

    Type Alias CryptoProperties_ProtocolProperties_Ikev2TransformTypes

    CryptoProperties_ProtocolProperties_Ikev2TransformTypes: Message<
        "cyclonedx.v1_6.CryptoProperties.ProtocolProperties.Ikev2TransformTypes",
    > & {
        auth: string[];
        encr: string[];
        esn?: boolean;
        integ: string[];
        ke: string[];
        prf: string[];
    }

    Type declaration

    • auth: string[]

      IKEv2 Authentication method

      from field: repeated string auth = 6;

    • encr: string[]

      Transform Type 1: encryption algorithms

      from field: repeated string encr = 1;

    • Optionalesn?: boolean

      Specifies if an Extended Sequence Number (ESN) is used.

      from field: optional bool esn = 5;

    • integ: string[]

      Transform Type 3: integrity algorithms

      from field: repeated string integ = 3;

    • ke: string[]

      Transform Type 4: Key Exchange Method (KE) per RFC9370, formerly called Diffie-Hellman Group (D-H)

      from field: repeated string ke = 4;

    • prf: string[]

      Transform Type 2: pseudorandom functions

      from field: repeated string prf = 2;

    from message cyclonedx.v1_6.CryptoProperties.ProtocolProperties.Ikev2TransformTypes