EcKeyAlgorithm

Type Alias EcKeyAlgorithm 

Source
pub(crate) type EcKeyAlgorithm = EcKeyAlgorithm;

Aliased Type§

pub(crate) struct EcKeyAlgorithm {
    pub parent: KeyAlgorithm,
    pub namedCurve: DOMString,
}

Fields§

§parent: KeyAlgorithm§namedCurve: DOMString