Table of Contents

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

key KeyParameter
tweak byte[]

Properties

Key

public KeyParameter Key { get; }

Property Value

KeyParameter

Tweak

public byte[] Tweak { get; }

Property Value

byte[]