public class KdfCounterParameters : IDerivationParameters
Public Class KdfCounterParameters
Implements IDerivationParameters
public ref class KdfCounterParameters : IDerivationParameters
Org.BouncyCastle.Crypto.Parameters.KdfCounterParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.KdfCounterParameters',
null,
Org.BouncyCastle.Crypto.IDerivationParameters);
KdfCounterParameters(Byte, Byte, Int32) | Base constructor - suffix fixed input data only. |
KdfCounterParameters(Byte, Byte, Byte, Int32) | Base constructor - prefix and suffix fixed input data. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |