public class X9ECPoint extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
(package private) ECPoint |
p |
BER, DER
Constructor and Description |
---|
X9ECPoint(ECCurve c,
ASN1OctetString s) |
X9ECPoint(ECPoint p) |
Modifier and Type | Method and Description |
---|---|
ECPoint |
getPoint() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
ECPoint p
public X9ECPoint(ECPoint p)
public X9ECPoint(ECCurve c, ASN1OctetString s)
public ECPoint getPoint()
public DERObject toASN1Object()
ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.