public sealed class MgfParameters : IDerivationParameters
Public NotInheritable Class MgfParameters
Implements IDerivationParameters
public ref class MgfParameters sealed : IDerivationParameters
Org.BouncyCastle.Crypto.Parameters.MgfParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.MgfParameters',
null,
Org.BouncyCastle.Crypto.IDerivationParameters);
MgfParameters(Byte) | Initializes a new instance of the MgfParameters class |
MgfParameters(Byte, Int32, Int32) | Initializes a new instance of the MgfParameters 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) |
GetSeed | |
GetSeed(SpanByte) | |
GetSeed(Byte, Int32) | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |