public class DesKeyGenerator : CipherKeyGenerator
Public Class DesKeyGenerator
Inherits CipherKeyGenerator
public ref class DesKeyGenerator : public CipherKeyGenerator
Org.BouncyCastle.Crypto.Generators.DesKeyGenerator = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Generators.DesKeyGenerator',
Org.BouncyCastle.Crypto.CipherKeyGenerator);
DesKeyGenerator | Initializes a new instance of the DesKeyGenerator class |
DefaultStrength | (Inherited from CipherKeyGenerator) |
EngineGenerateKey | (Overrides CipherKeyGeneratorEngineGenerateKey) |
EngineGenerateKeyParameter | (Overrides CipherKeyGeneratorEngineGenerateKeyParameter) |
EngineInit | (Overrides CipherKeyGeneratorEngineInit(KeyGenerationParameters)) |
EnsureInitialized | (Inherited from CipherKeyGenerator) |
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) |
GenerateKey | (Inherited from CipherKeyGenerator) |
GenerateKeyParameter | (Inherited from CipherKeyGenerator) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | (Inherited from CipherKeyGenerator) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
random | (Inherited from CipherKeyGenerator) |
strength | (Inherited from CipherKeyGenerator) |