Type Alias RSAParamValueOwned

Source
pub type RSAParamValueOwned = PolyType<<ASN1<BigInt> as Combinator>::Owned, <ASN1<BigInt> as Combinator>::Owned>;

Aliased Type§

struct RSAParamValueOwned {
    pub modulus: BigIntOwned,
    pub exponent: BigIntOwned,
}

Fields§

§modulus: BigIntOwned§exponent: BigIntOwned