Type Alias DigestInfoValue
Source pub type DigestInfoValue<'a> = PolyType<<ASN1<AlgorithmIdentifier> as Combinator>::Result<'a>, <ASN1<OctetString> as Combinator>::Result<'a>>;
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],
}