|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.x9.X9ECPoint
public class X9ECPoint
class for describing an ECPoint as a DER object.
| Field Summary |
|---|
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
BER, DER |
| Constructor Summary | |
|---|---|
X9ECPoint(ECCurve c,
ASN1OctetString s)
|
|
X9ECPoint(ECPoint p)
|
|
| Method Summary | |
|---|---|
ECPoint |
getPoint()
|
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public X9ECPoint(ECPoint p)
public X9ECPoint(ECCurve c,
ASN1OctetString s)
| Method Detail |
|---|
public ECPoint getPoint()
public DERObject toASN1Object()
ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().
toASN1Object in class ASN1Encodable
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||