public FpeParameters(
KeyParameter key,
int radix,
byte[] tweak
)
Public Sub New (
key As KeyParameter,
radix As Integer,
tweak As Byte()
)
public:
FpeParameters(
KeyParameter^ key,
int radix,
array<unsigned char>^ tweak
)
Org.BouncyCastle.Crypto.Parameters.FpeParameters = function(key, radix, tweak);