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

namespace Mono.Btls
{
public class MonoBtlsPkcs12 // TypeDefIndex: 7629
{
	// Fields
	type#22838 privateKey;

	// Methods
	// RVA: -1
	internal type#32398 get_Handle() { }
	// RVA: -1
	private static type#28660 mono_btls_pkcs12_free(type#20925 handle) { }
	// RVA: -1
	private static type#20925 mono_btls_pkcs12_new() { }
	// RVA: -1
	private static type#20867 mono_btls_pkcs12_get_count(type#20925 handle) { }
	// RVA: -1
	private static type#20925 mono_btls_pkcs12_get_cert(type#20925 Handle, type#20867 index) { }
	// RVA: -1
	private static type#20867 mono_btls_pkcs12_import(type#20925 chain, type#12457 data, type#20867 len, type#25580 password) { }
	// RVA: -1
	private static type#20867 mono_btls_pkcs12_has_private_key(type#20925 pkcs12) { }
	// RVA: -1
	private static type#20925 mono_btls_pkcs12_get_private_key(type#20925 pkcs12) { }
	// RVA: -1
	internal type#28660 .ctor() { }
	// RVA: -1
	public type#20867 get_Count() { }
	// RVA: -1
	public type#22859 GetCertificate(type#20867 index) { }
	// RVA: -1
	public type#28660 Import(type#12860 buffer, type#25580 password) { }
	// RVA: -1
	public type#15313 get_HasPrivateKey() { }
	// RVA: -1
	public type#22837 GetPrivateKey() { }
}
}
