|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.generators.GOST3410ParametersGenerator
generate suitable parameters for GOST3410.
Constructor Summary | |
GOST3410ParametersGenerator()
|
Method Summary | |
GOST3410Parameters |
generateParameters()
which generates the p , q and a values from the given parameters, returning the GOST3410Parameters object. |
void |
init(int size,
int typeproc,
java.security.SecureRandom random)
initialise the key generator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GOST3410ParametersGenerator()
Method Detail |
public void init(int size, int typeproc, java.security.SecureRandom random)
size
- size of the keytypeproc
- type procedure A,B = 1; A',B' - elserandom
- random byte source.public GOST3410Parameters generateParameters()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |