Interface CryptoServiceEcAlgorithm

interface CryptoServiceEcAlgorithm {
    name: string;
    namedCurves: string[];
}

Hierarchy (view full)

Properties

Properties

name: string
namedCurves: string[]