Table of Contents

Interface IDSAKeyPairGenerator

Namespace
Java.Security.Interfaces
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IDSAKeyPairGenerator

Methods

Initialize(DSAParams, SecureRandom)

void Initialize(DSAParams arg0, SecureRandom arg1)

Parameters

arg0 DSAParams

DSAParams

arg1 SecureRandom

SecureRandom

Exceptions

InvalidParameterException

Initialize(int, bool, SecureRandom)

void Initialize(int arg0, bool arg1, SecureRandom arg2)

Parameters

arg0 int

int

arg1 bool

bool

arg2 SecureRandom

SecureRandom

Exceptions

InvalidParameterException