RsaHashedKeyAlgorithm

Type Alias RsaHashedKeyAlgorithm 

Source
pub(crate) type RsaHashedKeyAlgorithm = RsaHashedKeyAlgorithm;

Aliased Type§

pub(crate) struct RsaHashedKeyAlgorithm {
    pub parent: RootedTraceableBox<RsaKeyAlgorithm>,
    pub hash: KeyAlgorithm,
}

Fields§

§parent: RootedTraceableBox<RsaKeyAlgorithm>§hash: KeyAlgorithm