// Assembly: mscorlib
// Full name: System.Security.Cryptography.DES

namespace System.Security.Cryptography
{
public class DES // TypeDefIndex: 4033
{
	// Fields
	type#13202 s_legalBlockSizes;
	type#13202 s_legalKeySizes;

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public virtual type#12860 get_Key() { }
	// RVA: -1
	public virtual type#28660 set_Key(type#12860 value) { }
	// RVA: -1
	public static type#16739 Create() { }
	// RVA: -1
	public static type#15313 IsWeakKey(type#12860 rgbKey) { }
	// RVA: -1
	public static type#15313 IsSemiWeakKey(type#12860 rgbKey) { }
	// RVA: -1
	private static type#15313 IsLegalKeySize(type#12860 rgbKey) { }
	// RVA: -1
	private static type#27937 QuadWordFromBigEndian(type#12860 block) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
