pub type SpecRSAPublicKeyValue = PolyType<<<ASN1<BigInt> as View>::V as SpecCombinator>::SpecResult, <<ASN1<BigInt> as View>::V as SpecCombinator>::SpecResult>;Aliased Type§
struct SpecRSAPublicKeyValue {
pub n: Seq<u8>,
pub e: Seq<u8>,
}Fields§
§n: Seq<u8>§e: Seq<u8>