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)) } }
  • Field Details

  • Constructor Details

    • EccP384CurvePoint

      public EccP384CurvePoint(int choice, org.bouncycastle.asn1.ASN1Encodable value)
  • Method Details

    • getInstance

      public static EccP384CurvePoint getInstance(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:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
    • getEncodedPoint

      public byte[] getEncodedPoint()
      Specified by:
      getEncodedPoint in class EccCurvePoint