Interface CryptoKeyEllipticKeyAlgorithm

interface CryptoKeyEllipticKeyAlgorithm {
    name: string;
    namedCurve: string;
}

Properties

Properties

name: string
namedCurve: string