Type Alias DigestInfoValue

Source
pub type DigestInfoValue<'a> = PolyType<<ASN1<AlgorithmIdentifier> as Combinator>::Result<'a>, <ASN1<OctetString> as Combinator>::Result<'a>>;

Aliased Type§

struct DigestInfoValue<'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 digest: &'a [u8],
}

Fields§

§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]>>§digest: &'a [u8]