Bouncy Castle Cryptography Library 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(org.bouncycastle.math.ec.ECPoint x, org.bouncycastle.math.ec.ECPoint y)
           
 
Method Summary
 byte[] getEncoded()
           
 org.bouncycastle.math.ec.ECPoint getX()
           
 org.bouncycastle.math.ec.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(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()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.49