|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.ec.ECPair
public class ECPair
Constructor Summary | |
---|---|
ECPair(ECPoint x,
ECPoint y)
|
Method Summary | |
---|---|
boolean |
equals(ECPair other)
|
boolean |
equals(java.lang.Object other)
|
ECPoint |
getX()
|
ECPoint |
getY()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECPair(ECPoint x, ECPoint y)
Method Detail |
---|
public ECPoint getX()
public ECPoint getY()
public boolean equals(ECPair other)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |