Class Point384
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.Point384
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class Point384
extends org.bouncycastle.asn1.ASN1Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPoint384
(org.bouncycastle.asn1.ASN1OctetString x, org.bouncycastle.asn1.ASN1OctetString y) -
Method Summary
Modifier and TypeMethodDescriptionstatic Point384.Builder
builder()
static Point384
org.bouncycastle.asn1.ASN1OctetString
getX()
org.bouncycastle.asn1.ASN1OctetString
getY()
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
Point384
public Point384(org.bouncycastle.asn1.ASN1OctetString x, org.bouncycastle.asn1.ASN1OctetString y)
-
-
Method Details
-
getInstance
-
getX
public org.bouncycastle.asn1.ASN1OctetString getX() -
getY
public org.bouncycastle.asn1.ASN1OctetString getY() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
builder
-