Interface EcKeyAlgorithm

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

    Properties

    Properties

    name: string
    namedCurve: string