Interface CryptoServiceEcdhAlgorithm

interface CryptoServiceEcdhAlgorithm {
    derivedKeyTypes: CryptoServiceSecretAlgorithm[];
    name: string;
    namedCurves: string[];
}

Hierarchy (view full)

Properties

derivedKeyTypes: CryptoServiceSecretAlgorithm[]
name: string
namedCurves: string[]