public class Pkcs12ParametersGenerator : PbeParametersGenerator
Public Class Pkcs12ParametersGenerator
Inherits PbeParametersGenerator
public ref class Pkcs12ParametersGenerator : public PbeParametersGenerator
Org.BouncyCastle.Crypto.Generators.Pkcs12ParametersGenerator = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Generators.Pkcs12ParametersGenerator',
Org.BouncyCastle.Crypto.PbeParametersGenerator);
Pkcs12ParametersGenerator | Initializes a new instance of the Pkcs12ParametersGenerator 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) |
IVMaterial | |
KeyMaterial | |
MacMaterial | |
mIterationCount | (Inherited from PbeParametersGenerator) |
mPassword | (Inherited from PbeParametersGenerator) |
mSalt | (Inherited from PbeParametersGenerator) |