pub(crate) type EcKeyAlgorithm = EcKeyAlgorithm;Aliased Type§
pub(crate) struct EcKeyAlgorithm {
pub parent: KeyAlgorithm,
pub namedCurve: DOMString,
}Fields§
§parent: KeyAlgorithm§namedCurve: DOMStringpub(crate) type EcKeyAlgorithm = EcKeyAlgorithm;pub(crate) struct EcKeyAlgorithm {
pub parent: KeyAlgorithm,
pub namedCurve: DOMString,
}parent: KeyAlgorithm§namedCurve: DOMString