Type Alias AlgorithmIdentifierValueOwned
Source pub type AlgorithmIdentifierValueOwned = AlgorithmIdentifierPoly<ObjectIdentifierValueOwned, AlgorithmParamValueOwned>;
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>>,
}