public sealed class HkdfBytesGenerator : IDerivationFunction
Public NotInheritable Class HkdfBytesGenerator
Implements IDerivationFunction
public ref class HkdfBytesGenerator sealed : IDerivationFunction
Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator',
null,
Org.BouncyCastle.Crypto.IDerivationFunction);
HkdfBytesGenerator | Initializes a new instance of the HkdfBytesGenerator class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GenerateBytes(SpanByte) | |
GenerateBytes(Byte, Int32, Int32) | |
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) |