Class FpeParameters
- Namespace
- Org.BouncyCastle.Crypto.Parameters
- Assembly
- BouncyCastle.Cryptography.dll
public sealed class FpeParameters : ICipherParameters
- Inheritance
-
FpeParameters
- Implements
-
- Inherited Members
-
Constructors
FpeParameters(KeyParameter, int, byte[])
public FpeParameters(KeyParameter key, int radix, byte[] tweak)
Parameters
key KeyParameter
radix int
tweak byte[]
FpeParameters(KeyParameter, int, byte[], bool)
public FpeParameters(KeyParameter key, int radix, byte[] tweak, bool useInverse)
Parameters
key KeyParameter
radix int
tweak byte[]
useInverse bool
Properties
Key
public KeyParameter Key { get; }
Property Value
- KeyParameter
Radix
public int Radix { get; }
Property Value
- int
UseInverseFunction
public bool UseInverseFunction { get; }
Property Value
- bool
Methods
GetTweak()
Returns
- byte[]