Type Alias AlgorithmIdentifierValue
Source pub type AlgorithmIdentifierValue<'a> = AlgorithmIdentifierPoly<ObjectIdentifierValue, AlgorithmParamValue<'a>>;
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]>,
}