Package org.bouncycastle.oer.its
Class EccP384CurvePoint
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.EccCurvePoint
-
- org.bouncycastle.oer.its.EccP384CurvePoint
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class EccP384CurvePoint extends EccCurvePoint
EccP384CurvePoint ::= CHOICE { x-only OCTET STRING (SIZE (48)), fill NULL, compressed-y-0 OCTET STRING (SIZE (48)), compressed-y-1 OCTET STRING (SIZE (48)), uncompressedP384 SEQUENCE { x OCTET STRING (SIZE (48)), y OCTET STRING (SIZE (48)) } }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEccP384CurvePoint.Builder
-
Field Summary
Fields Modifier and Type Field Description static intcompressedY0static intcompressedY1static intfillstatic intuncompressedP384static intxOnly
-
Constructor Summary
Constructors Constructor Description EccP384CurvePoint(int choice, org.bouncycastle.asn1.ASN1Encodable value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EccP384CurvePoint.Builderbuilder()intgetChoice()byte[]getEncodedPoint()static EccP384CurvePointgetInstance(java.lang.Object object)org.bouncycastle.asn1.ASN1EncodablegetValue()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
-
-
Field Detail
-
xOnly
public static final int xOnly
- See Also:
- Constant Field Values
-
fill
public static final int fill
- See Also:
- Constant Field Values
-
compressedY0
public static final int compressedY0
- See Also:
- Constant Field Values
-
compressedY1
public static final int compressedY1
- See Also:
- Constant Field Values
-
uncompressedP384
public static final int uncompressedP384
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static EccP384CurvePoint getInstance(java.lang.Object object)
-
builder
public static EccP384CurvePoint.Builder builder()
-
getChoice
public int getChoice()
-
getValue
public org.bouncycastle.asn1.ASN1Encodable getValue()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
getEncodedPoint
public byte[] getEncodedPoint()
- Specified by:
getEncodedPointin classEccCurvePoint
-
-