Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.jce.provider.elgamal
Class ElGamalParamsCryptix  view ElGamalParamsCryptix download ElGamalParamsCryptix.java

java.lang.Object
  extended bycryptix.jce.provider.elgamal.ElGamalParamsCryptix
All Implemented Interfaces:
cryptix.jce.ElGamalParams

final class ElGamalParamsCryptix
extends java.lang.Object
implements cryptix.jce.ElGamalParams

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 interface cryptix.jce.ElGamalParams

getQ

public java.math.BigInteger getQ()
Specified by:
getQ in interface cryptix.jce.ElGamalParams

getG

public java.math.BigInteger getG()
Specified by:
getG in interface cryptix.jce.ElGamalParams