Type Alias PublicKeyInfoValue
Source pub type PublicKeyInfoValue<'a> = PolyType<<ASN1<AlgorithmIdentifier> as Combinator>::Result<'a>, <ASN1<BitString> as Combinator>::Result<'a>>;
struct PublicKeyInfoValue<'a> {
pub alg: AlgorithmIdentifierPoly<ObjectIdentifierValue, PolyType<Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<NullValue, EndValue>, Either<PolyType<BigIntValue<'a>, BigIntValue<'a>, BigIntValue<'a>>, EndValue>, EndValue, EndValue, EndValue, EndValue, Either<NullValue, EndValue>, ObjectIdentifierValue, &'a [u8]>>,
pub pub_key: BitStringValue<'a>,
}