Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.ec
Class ECPair

java.lang.Object
  |
  +--org.bouncycastle.crypto.ec.ECPair

public class ECPair
extends java.lang.Object


Constructor Summary
ECPair(org.bouncycastle.math.ec.ECPoint x, org.bouncycastle.math.ec.ECPoint y)
           
 
Method Summary
 boolean equals(ECPair other)
           
 boolean equals(java.lang.Object other)
           
 org.bouncycastle.math.ec.ECPoint getX()
           
 org.bouncycastle.math.ec.ECPoint getY()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECPair

public ECPair(org.bouncycastle.math.ec.ECPoint x,
              org.bouncycastle.math.ec.ECPoint y)
Method Detail

getX

public org.bouncycastle.math.ec.ECPoint getX()

getY

public org.bouncycastle.math.ec.ECPoint getY()

equals

public boolean equals(ECPair other)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Bouncy Castle Cryptography Library 1.77.0