// Assembly: System.Core
// Full name: System.Security.Cryptography.AesTransform

namespace System.Security.Cryptography
{
public class AesTransform // TypeDefIndex: 9556
{
	// Fields
	type#13558 expandedKey;
	type#20868 Nk;
	type#20868 Nr;
	type#13565 Rcon;
	type#12870 SBox;
	type#12870 iSBox;
	type#13565 T0;
	type#13565 T1;
	type#13565 T2;
	type#13565 T3;
	type#13565 iT0;
	type#13565 iT1;
	type#13565 iT2;
	type#13565 iT3;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#14177 algo, type#15313 encryption, type#12860 key, type#12860 iv) { }
	// RVA: -1
	protected virtual type#28660 ECB(type#12860 input, type#12860 output) { }
	// RVA: -1
	private type#27917 SubByte(type#27917 a) { }
	// RVA: -1
	private type#28660 Encrypt128(type#12860 indata, type#12860 outdata, type#13557 ekey) { }
	// RVA: -1
	private type#28660 Decrypt128(type#12860 indata, type#12860 outdata, type#13557 ekey) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
