public class

GOST3410ParametersGenerator

extends Object
java.lang.Object
   ↳ org.bouncycastle.crypto.generators.GOST3410ParametersGenerator

Class Overview

generate suitable parameters for GOST3410.

Summary

Public Constructors
GOST3410ParametersGenerator()
Public Methods
GOST3410Parameters generateParameters()
which generates the p , q and a values from the given parameters, returning the GOST3410Parameters object.
void init(int size, int typeproc, SecureRandom random)
initialise the key generator.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GOST3410ParametersGenerator ()

Public Methods

public GOST3410Parameters generateParameters ()

which generates the p , q and a values from the given parameters, returning the GOST3410Parameters object.

public void init (int size, int typeproc, SecureRandom random)

initialise the key generator.

Parameters
size size of the key
typeproc type procedure A,B = 1; A',B' - else
random random byte source.