|
|||||||||
Home >> All >> cryptix >> jce >> provider >> [ elgamal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
cryptix.jce.provider.elgamal
Class ElGamalParamsCryptix

java.lang.Objectcryptix.jce.provider.elgamal.ElGamalParamsCryptix
- All Implemented Interfaces:
- cryptix.jce.ElGamalParams
- final class ElGamalParamsCryptix
- extends java.lang.Object
- implements cryptix.jce.ElGamalParams
- extends java.lang.Object
- Version:
- $Revision: 1.2 $
Field Summary | |
private java.math.BigInteger |
g
|
private java.math.BigInteger |
p
|
private java.math.BigInteger |
q
|
Constructor Summary | |
(package private) |
ElGamalParamsCryptix(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g)
|
Method Summary | |
java.math.BigInteger |
getG()
|
java.math.BigInteger |
getP()
|
java.math.BigInteger |
getQ()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
p
private final java.math.BigInteger p
q
private final java.math.BigInteger q
g
private final java.math.BigInteger g
Constructor Detail |
ElGamalParamsCryptix
ElGamalParamsCryptix(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
Method Detail |
getP
public java.math.BigInteger getP()
- Specified by:
getP
in interfacecryptix.jce.ElGamalParams
getQ
public java.math.BigInteger getQ()
- Specified by:
getQ
in interfacecryptix.jce.ElGamalParams
getG
public java.math.BigInteger getG()
- Specified by:
getG
in interfacecryptix.jce.ElGamalParams
|
|||||||||
Home >> All >> cryptix >> jce >> provider >> [ elgamal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |