public sealed class FpeParameters : ICipherParameters
Public NotInheritable Class FpeParameters
Implements ICipherParameters
public ref class FpeParameters sealed : ICipherParameters
Org.BouncyCastle.Crypto.Parameters.FpeParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.FpeParameters',
null,
Org.BouncyCastle.Crypto.ICipherParameters);
FpeParameters(KeyParameter, Int32, Byte) | Initializes a new instance of the FpeParameters class |
FpeParameters(KeyParameter, Int32, Byte, Boolean) | Initializes a new instance of the FpeParameters class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetTweak | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |