public sealed class KdfCounterBytesGenerator : IMacDerivationFunction,
IDerivationFunction
Public NotInheritable Class KdfCounterBytesGenerator
Implements IMacDerivationFunction, IDerivationFunction
public ref class KdfCounterBytesGenerator sealed : IMacDerivationFunction,
IDerivationFunction
Org.BouncyCastle.Crypto.Generators.KdfCounterBytesGenerator = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Generators.KdfCounterBytesGenerator',
null,
Org.BouncyCastle.Crypto.IMacDerivationFunction,
Org.BouncyCastle.Crypto.IDerivationFunction);
KdfCounterBytesGenerator | Initializes a new instance of the KdfCounterBytesGenerator 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) |