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

java.lang.Objectcryptix.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()
|
|||||||||
Home >> All >> cryptix >> jce >> provider >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |