Type Alias AlgorithmIdentifierValue

Source
pub type AlgorithmIdentifierValue<'a> = AlgorithmIdentifierPoly<ObjectIdentifierValue, AlgorithmParamValue<'a>>;

Aliased Type§

struct AlgorithmIdentifierValue<'a> {
    pub id: ObjectIdentifierValue,
    pub param: 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]>,
}

Fields§

§id: ObjectIdentifierValue§param: 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]>

Trait Implementations§

Source§

impl<'a> PolyfillEq for AlgorithmIdentifierValue<'a>

Source§

fn polyfill_eq(&self, other: &Self) -> bool