Bouncy Castle Cryptography 1.49

org.bouncycastle.crypto.ec
Class ECPair

java.lang.Object
  extended by org.bouncycastle.crypto.ec.ECPair

public class ECPair
extends java.lang.Object


Constructor Summary
ECPair(ECPoint x, ECPoint y)
           
 
Method Summary
 byte[] getEncoded()
           
 ECPoint getX()
           
 ECPoint getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECPair

public ECPair(ECPoint x,
              ECPoint y)
Method Detail

getX

public ECPoint getX()

getY

public ECPoint getY()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography 1.49