CipherInfo public class CipherInfo Documentation public Func<byte[], byte[], BlockCipher> Cipher { get; } public int KeySize { get; } public CipherInfo(int keySize, Func<byte[], byte[], BlockCipher> cipher)