Type Alias PublicKeyInfoValueOwned
Source pub type PublicKeyInfoValueOwned = PolyType<<ASN1<AlgorithmIdentifier> as Combinator>::Owned, <ASN1<BitString> as Combinator>::Owned>;
struct PublicKeyInfoValueOwned {
pub alg: AlgorithmIdentifierPoly<ObjectIdentifierValue, PolyType<Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<PolyType<BigIntOwned, BigIntOwned, BigIntOwned>, EndValue>, EndValue, EndValue, EndValue, EndValue, Either<NullValue, EndValue>, ObjectIdentifierValue, Vec<u8>>>,
pub pub_key: BitStringValueOwned,
}