|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.security.AlgorithmParameterGeneratorSpi
com.ibm.crypto.provider.DSAParameterGenerator
public class DSAParameterGenerator
This class generates parameters for the DSA signature.
| Constructor Summary | |
|---|---|
DSAParameterGenerator()
Constructs a new instance of this class. |
|
| Method Summary | |
|---|---|
protected AlgorithmParameters |
engineGenerateParameters()
Answers the newly generated parameters. |
protected void |
engineInit(AlgorithmParameterSpec genParamSpec,
SecureRandom random)
Initializes the receiver with the specified parameters and source of randomness. |
protected void |
engineInit(int size,
SecureRandom random)
Initializes the receiver with the specified parameter size and source of randomness. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DSAParameterGenerator()
| Method Detail |
|---|
protected AlgorithmParameters engineGenerateParameters()
engineGenerateParameters in class AlgorithmParameterGeneratorSpi
protected void engineInit(AlgorithmParameterSpec genParamSpec,
SecureRandom random)
throws InvalidAlgorithmParameterException
engineInit in class AlgorithmParameterGeneratorSpigenParamSpec - AlgorithmParameterSpec parameters for this algorithmrandom - SecureRandom New secure random to use
InvalidAlgorithmParameterException
protected void engineInit(int size,
SecureRandom random)
engineInit in class AlgorithmParameterGeneratorSpisize - int Size of the parametersrandom - SecureRandom New secure random to use
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||