// Assembly: Mono.Security
// Full name: PrivateKeyInfo

public class PrivateKeyInfo // TypeDefIndex: 11442
{
	// Fields
	type#20868 _version;
	type#26577 _algorithm;
	type#12861 _key;
	type#14449 _list;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#12860 data) { }
	// RVA: -1
	public type#26576 get_Algorithm() { }
	// RVA: -1
	public type#28660 set_Algorithm(type#26576 value) { }
	// RVA: -1
	public type#12860 get_PrivateKey() { }
	// RVA: -1
	public type#28660 set_PrivateKey(type#12860 value) { }
	// RVA: -1
	private type#28660 Decode(type#12860 data) { }
	// RVA: -1
	public type#12860 GetBytes() { }
	// RVA: -1
	private static type#12860 RemoveLeadingZero(type#12860 bigInt) { }
	// RVA: -1
	private static type#12860 Normalize(type#12860 bigInt, type#20867 length) { }
	// RVA: -1
	public static type#24895 DecodeRSA(type#12860 keypair) { }
	// RVA: -1
	public static type#12860 Encode(type#24895 rsa) { }
	// RVA: -1
	public static type#16867 DecodeDSA(type#12860 privateKey, type#16872 dsaParameters) { }
	// RVA: -1
	public static type#12860 Encode(type#16867 dsa) { }
	// RVA: -1
	public static type#12860 Encode(type#14545 aa) { }
}
