// Assembly: System
// Full name: Mono.Btls.MonoBtlsKey

namespace Mono.Btls
{
public class MonoBtlsKey // TypeDefIndex: 7625
{

	// Methods
	// RVA: -1
	private static type#20925 mono_btls_key_new() { }
	// RVA: -1
	private static type#28660 mono_btls_key_free(type#20925 handle) { }
	// RVA: -1
	private static type#20925 mono_btls_key_up_ref(type#20925 handle) { }
	// RVA: -1
	private static type#20867 mono_btls_key_get_bytes(type#20925 handle, type#11951 data, type#11944 size, type#20867 include_private_bits) { }
	// RVA: -1
	private static type#20867 mono_btls_key_assign_rsa_private_key(type#20925 handle, type#12860 der, type#20867 der_length) { }
	// RVA: -1
	internal type#32395 get_Handle() { }
	// RVA: -1
	internal type#28660 .ctor(type#32395 handle) { }
	// RVA: -1
	public type#12860 GetBytes(type#15313 include_private_bits) { }
	// RVA: -1
	public type#22837 Copy() { }
	// RVA: -1
	public static type#22837 CreateFromRSAPrivateKey(type#24895 privateKey) { }
}
}
