// Assembly: Mono.Security
// Full name: Mono.Math.Prime.Generator.PrimeGeneratorBase

namespace Mono.Math.Prime.Generator
{
public class PrimeGeneratorBase // TypeDefIndex: 11456
{

	// Methods
	// RVA: -1
	public virtual type#16296 get_Confidence() { }
	// RVA: -1
	public virtual type#24632 get_PrimalityTest() { }
	// RVA: -1
	public virtual type#20867 get_TrialDivisionBounds() { }
	// RVA: -1
	public abstract type#15143 GenerateNewPrime(type#20867 bits) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
