|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.ec.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 Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |