Type Alias SpecPublicKeyInfoValue
Source pub type SpecPublicKeyInfoValue = PolyType<<<ASN1<AlgorithmIdentifier> as View>::V as SpecCombinator>::SpecResult, <<ASN1<BitString> as View>::V as SpecCombinator>::SpecResult>;
struct SpecPublicKeyInfoValue {
pub alg: AlgorithmIdentifierPoly<Seq<u64>, PolyType<Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<PolyType<Seq<u8>, Seq<u8>, Seq<u8>>, EndValue>, EndValue, EndValue, EndValue, EndValue, Either<NullValue, EndValue>, Seq<u64>, Seq<u8>>>,
pub pub_key: Seq<u8>,
}