public sealed class Kdf1BytesGenerator : BaseKdfBytesGenerator
Public NotInheritable Class Kdf1BytesGenerator
Inherits BaseKdfBytesGenerator
public ref class Kdf1BytesGenerator sealed : public BaseKdfBytesGenerator
Org.BouncyCastle.Crypto.Generators.Kdf1BytesGenerator = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Generators.Kdf1BytesGenerator',
Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator);
Kdf1BytesGenerator | Initializes a new instance of the Kdf1BytesGenerator class |
Digest | (Inherited from BaseKdfBytesGenerator) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GenerateBytes(SpanByte) | (Inherited from BaseKdfBytesGenerator) |
GenerateBytes(Byte, Int32, Int32) | (Inherited from BaseKdfBytesGenerator) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | (Inherited from BaseKdfBytesGenerator) |
ToString | Returns a string that represents the current object. (Inherited from Object) |