Interface EcKeyImportParams

    interface EcKeyImportParams {
        name: string;
        namedCurve: string;
    }
    Hierarchy

    Properties

    Properties

    name: string
    namedCurve: string