RsaHashedKeyGenParams

Type Alias RsaHashedKeyGenParams 

Source
pub(crate) type RsaHashedKeyGenParams = RsaHashedKeyGenParams;

Aliased Type§

pub(crate) struct RsaHashedKeyGenParams {
    pub parent: RootedTraceableBox<RsaKeyGenParams>,
    pub hash: ObjectOrString,
}

Fields§

§parent: RootedTraceableBox<RsaKeyGenParams>§hash: ObjectOrString