|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.ec.ECPair
public class ECPair
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 |
---|
public ECPair(org.bouncycastle.math.ec.ECPoint x, org.bouncycastle.math.ec.ECPoint y)
Method Detail |
---|
public org.bouncycastle.math.ec.ECPoint getX()
public org.bouncycastle.math.ec.ECPoint getY()
public byte[] getEncoded()
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |