Class TweakableBlockCipherParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class TweakableBlockCipherParameters : ICipherParameters- Inheritance
- 
      
      TweakableBlockCipherParameters
- Implements
- Inherited Members
Constructors
TweakableBlockCipherParameters(KeyParameter, byte[])
public TweakableBlockCipherParameters(KeyParameter key, byte[] tweak)Parameters
- keyKeyParameter
- tweakbyte[]
Properties
Key
public KeyParameter Key { get; }Property Value
Tweak
public byte[] Tweak { get; }Property Value
- byte[]