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

Quick Search    Search Deep

cryptix.jce.provider.util
Class Group  view Group download Group.java

java.lang.Object
  extended bycryptix.jce.provider.util.Group

public final class Group
extends java.lang.Object

Immutable.

Version:
$Revision: 1.1 $

Field Summary
private  java.math.BigInteger g
           
private  java.math.BigInteger p
           
private  java.math.BigInteger q
           
 
Constructor Summary
(package private) Group(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 java.math.BigInteger p

q

private java.math.BigInteger q

g

private java.math.BigInteger g
Constructor Detail

Group

Group(java.math.BigInteger p,
      java.math.BigInteger q,
      java.math.BigInteger g)
Method Detail

getP

public java.math.BigInteger getP()

getQ

public java.math.BigInteger getQ()

getG

public java.math.BigInteger getG()