onvif
    Preparing search index...

    Interface CreateECCKeyPair

    interface CreateECCKeyPair {
        alias?: string;
        ellipticCurve: string;
    }
    Index
    alias?: string

    The client-defined alias of the key.

    ellipticCurve: string

    The name of the elliptic curve to be used for generating the ECC keypair. Supported curve names can be found in the IANA TLS Supported Groups section, under the Description field.