public sealed class Mgf1BytesGenerator : IDerivationFunction
Public NotInheritable Class Mgf1BytesGenerator
Implements IDerivationFunction
public ref class Mgf1BytesGenerator sealed : IDerivationFunction
Org.BouncyCastle.Crypto.Generators.Mgf1BytesGenerator = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Generators.Mgf1BytesGenerator',
null,
Org.BouncyCastle.Crypto.IDerivationFunction);
Mgf1BytesGenerator | Initializes a new instance of the Mgf1BytesGenerator class |
Digest | the underlying digest. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GenerateBytes(SpanByte) | |
GenerateBytes(Byte, Int32, Int32) | Fill len bytes of the output buffer with bytes generated from the derivation function. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | |
ToString | Returns a string that represents the current object. (Inherited from Object) |