public class Pkcs5S2ParametersGenerator : PbeParametersGenerator
Public Class Pkcs5S2ParametersGenerator
Inherits PbeParametersGenerator
public ref class Pkcs5S2ParametersGenerator : public PbeParametersGenerator
Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator',
Org.BouncyCastle.Crypto.PbeParametersGenerator);
Pkcs5S2ParametersGenerator | Initializes a new instance of the Pkcs5S2ParametersGenerator class |
Pkcs5S2ParametersGenerator(IDigest) | Initializes a new instance of the Pkcs5S2ParametersGenerator class |
IterationCount | (Inherited from PbeParametersGenerator) |
Password | (Inherited from PbeParametersGenerator) |
Salt | (Inherited from PbeParametersGenerator) |
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) |
GenerateDerivedMacParameters | (Overrides PbeParametersGeneratorGenerateDerivedMacParameters(Int32)) |
GenerateDerivedParameters(String, Int32) | (Overrides PbeParametersGeneratorGenerateDerivedParameters(String, Int32)) |
GenerateDerivedParameters(String, Int32, Int32) | (Overrides PbeParametersGeneratorGenerateDerivedParameters(String, Int32, Int32)) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init(Byte, Byte, Int32) | (Inherited from PbeParametersGenerator) |
Init(ReadOnlySpanByte, ReadOnlySpanByte, Int32) | (Inherited from PbeParametersGenerator) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
mIterationCount | (Inherited from PbeParametersGenerator) |
mPassword | (Inherited from PbeParametersGenerator) |
mSalt | (Inherited from PbeParametersGenerator) |