|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.core.elgamal.ElGamalPublicKeySpec
This class specifies an ElGamal public key.
ElGamalKeyFactory| Constructor Summary | |
ElGamalPublicKeySpec(FlexiBigInt modulus,
FlexiBigInt generator,
FlexiBigInt publicA)
The constructor. |
|
| Method Summary | |
FlexiBigInt |
getGenerator()
|
FlexiBigInt |
getModulus()
|
FlexiBigInt |
getPublicA()
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ElGamalPublicKeySpec(FlexiBigInt modulus,
FlexiBigInt generator,
FlexiBigInt publicA)
modulus - -
the prime modulus which specifies the groupgenerator - -
a generator of the grouppublicA - -
the public value A = ga mod modulus| Method Detail |
public FlexiBigInt getModulus()
public FlexiBigInt getGenerator()
public FlexiBigInt getPublicA()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||