Type Alias PublicKeyInfoValueOwned

Source
pub type PublicKeyInfoValueOwned = PolyType<<ASN1<AlgorithmIdentifier> as Combinator>::Owned, <ASN1<BitString> as Combinator>::Owned>;

Aliased Type§

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,
}

Fields§

§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_key: BitStringValueOwned