AesCipher public class AesCipher : BlockCipher Documentation protected uint[,] DecryptionKey { get; } protected uint[,] EncryptionKey { get; } public AesCipher(byte[] key, CipherMode mode, CipherPadding padding)