pub type RSAPublicKeyValueOwned = PolyType<<ASN1<BigInt> as Combinator>::Owned, <ASN1<BigInt> as Combinator>::Owned>;
Aliased Type§
struct RSAPublicKeyValueOwned {
pub n: BigIntOwned,
pub e: BigIntOwned,
}
Fields§
§n: BigIntOwned
§e: BigIntOwned