Table of Contents

Class DsaKeyPairGenerator

Namespace
Org.BouncyCastle.Crypto.Generators
Assembly
BouncyCastle.Cryptography.dll
public class DsaKeyPairGenerator : IAsymmetricCipherKeyPairGenerator
Inheritance
DsaKeyPairGenerator
Implements
Inherited Members

Methods

GenerateKeyPair()

return an AsymmetricCipherKeyPair containing the Generated keys.

@return an AsymmetricCipherKeyPair containing the Generated keys.

public AsymmetricCipherKeyPair GenerateKeyPair()

Returns

AsymmetricCipherKeyPair

Init(KeyGenerationParameters)

intialise the key pair generator.

@param the parameters the key pair is to be initialised with.

public void Init(KeyGenerationParameters parameters)

Parameters

parameters KeyGenerationParameters