EcKeyGenParams

Type Alias EcKeyGenParams 

Source
pub(crate) type EcKeyGenParams = EcKeyGenParams;

Aliased Type§

pub(crate) struct EcKeyGenParams {
    pub parent: Algorithm,
    pub namedCurve: DOMString,
}

Fields§

§parent: Algorithm§namedCurve: DOMString