RsaKeyAlgorithm

Type Alias RsaKeyAlgorithm 

Source
pub(crate) type RsaKeyAlgorithm = RsaKeyAlgorithm;

Aliased Type§

pub(crate) struct RsaKeyAlgorithm {
    pub parent: KeyAlgorithm,
    pub modulusLength: u32,
    pub publicExponent: RootedTraceableBox<TypedArray<Uint8, Box<Heap<*mut JSObject>>>>,
}

Fields§

§parent: KeyAlgorithm§modulusLength: u32§publicExponent: RootedTraceableBox<TypedArray<Uint8, Box<Heap<*mut JSObject>>>>