| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.jce.spec.ElGamalKeySpec
org.gudy.bouncycastle.jce.spec.ElGamalPrivateKeySpec
public class ElGamalPrivateKeySpec
This class specifies an ElGamal private key with its associated parameters.
ElGamalPublicKeySpec| Constructor Summary | |
|---|---|
ElGamalPrivateKeySpec(java.math.BigInteger x,
                      ElGamalParameterSpec spec)
 | 
|
| Method Summary | |
|---|---|
 java.math.BigInteger | 
getX()
Returns the private value x. | 
| Methods inherited from class org.gudy.bouncycastle.jce.spec.ElGamalKeySpec | 
|---|
getParams | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ElGamalPrivateKeySpec(java.math.BigInteger x,
                             ElGamalParameterSpec spec)
| Method Detail | 
|---|
public java.math.BigInteger getX()
x.
x
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||