// Assembly: mscorlib
// Full name: Mono.Security.ASN1

namespace Mono.Security
{
public class ASN1 // TypeDefIndex: 3346
{
	// Fields
	type#15456 m_nTag;
	type#12861 m_aValue;
	type#14449 elist;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#15455 tag) { }
	// RVA: -1
	public type#28660 .ctor(type#15455 tag, type#12860 data) { }
	// RVA: -1
	public type#28660 .ctor(type#12860 data) { }
	// RVA: -1
	public type#20867 get_Count() { }
	// RVA: -1
	public type#12860 get_Value() { }
	// RVA: -1
	public type#14025 Add(type#14025 asn1) { }
	// RVA: -1
	public virtual type#12860 GetBytes() { }
	// RVA: -1
	protected type#28660 Decode(type#12860 asn1, type#11942 anPos, type#20867 anLength) { }
	// RVA: -1
	protected type#28660 DecodeTLV(type#12860 asn1, type#11942 pos, type#11797 tag, type#11944 length, type#11706 content) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
