Type Alias AlgorithmIdentifierValueOwned

Source
pub type AlgorithmIdentifierValueOwned = AlgorithmIdentifierPoly<ObjectIdentifierValueOwned, AlgorithmParamValueOwned>;

Aliased Type§

struct AlgorithmIdentifierValueOwned {
    pub id: ObjectIdentifierValue,
    pub param: 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>>,
}

Fields§

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