|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.x9.X9ECPoint
class for describing an ECPoint as a DER object.
Constructor Summary | |
X9ECPoint(ECCurve c,
DEROctetString s)
|
|
X9ECPoint(ECPoint p)
|
Method Summary | |
DERObject |
getDERObject()
ECPoint ::= OCTET STRING |
ECPoint |
getPoint()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public X9ECPoint(ECPoint p)
public X9ECPoint(ECCurve c, DEROctetString s)
Method Detail |
public ECPoint getPoint()
public DERObject getDERObject()
ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().
getDERObject
in interface DEREncodable
|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |