TweakableBlockCipherParameters public class TweakableBlockCipherParameters : ICipherParameters Parameters for tweakable block ciphers. Documentation Code public KeyParameter Key { get; } Gets the key. public byte[] Tweak { get; } Gets the tweak value. public TweakableBlockCipherParameters(KeyParameter key, byte[] tweak)