Package org.bouncycastle.crypto.ec
Class ECPair
- java.lang.Object
-
- org.bouncycastle.crypto.ec.ECPair
-
public class ECPair extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
boolean
equals(ECPair other)
ECPoint
getX()
ECPoint
getY()
int
hashCode()
-