|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter org.gudy.bouncycastle.crypto.params.ElGamalKeyParameters org.gudy.bouncycastle.crypto.params.ElGamalPrivateKeyParameters
public class ElGamalPrivateKeyParameters
Constructor Summary | |
---|---|
ElGamalPrivateKeyParameters(BigInteger x,
ElGamalParameters params)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
BigInteger |
getX()
|
Methods inherited from class org.gudy.bouncycastle.crypto.params.ElGamalKeyParameters |
---|
getParameters |
Methods inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter |
---|
isPrivate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElGamalPrivateKeyParameters(BigInteger x, ElGamalParameters params)
Method Detail |
---|
public BigInteger getX()
public boolean equals(Object obj)
equals
in class ElGamalKeyParameters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |