// Assembly: Mono.Security
// Full name: Mono.Security.Cryptography.RSAManaged

namespace Mono.Security.Cryptography
{
public class RSAManaged // TypeDefIndex: 11446
{
	// Fields
	type#15314 isCRTpossible;
	type#15314 keyBlinding;
	type#15314 keypairGenerated;
	type#15314 m_disposed;
	type#15144 d;
	type#15144 p;
	type#15144 q;
	type#15144 dp;
	type#15144 dq;
	type#15144 qInv;
	type#15144 n;
	type#15144 e;
	type#33136 KeyGenerated;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 keySize) { }
	// RVA: -1
	protected virtual type#28660 Finalize() { }
	// RVA: -1
	private type#28660 GenerateKeyPair() { }
	// RVA: -1
	public virtual type#20867 get_KeySize() { }
	// RVA: -1
	public type#15313 get_PublicOnly() { }
	// RVA: -1
	public virtual type#12860 EncryptValue(type#12860 rgb) { }
	// RVA: -1
	public virtual type#24917 ExportParameters(type#15313 includePrivateParameters) { }
	// RVA: -1
	public virtual type#28660 ImportParameters(type#24917 parameters) { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public virtual type#26576 ToXmlString(type#15313 includePrivateParameters) { }
	// RVA: -1
	private type#12860 GetPaddedValue(type#15143 value, type#20867 length) { }
}
}
