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

namespace Mono.Math.Prime.Generator
{
public class SequentialSearchPrimeGeneratorBase // TypeDefIndex: 11457
{

	// Methods
	// RVA: -1
	protected virtual type#15143 GenerateSearchBase(type#20867 bits, type#23705 context) { }
	// RVA: -1
	public virtual type#15143 GenerateNewPrime(type#20867 bits) { }
	// RVA: -1
	public virtual type#15143 GenerateNewPrime(type#20867 bits, type#23705 context) { }
	// RVA: -1
	protected virtual type#15313 IsPrimeAcceptable(type#15143 bi, type#23705 context) { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
