public interface sun.security.ec.point.Point
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.security.ec.point.Point
  super_class: java.lang.Object
{
  public abstract sun.security.util.math.IntegerFieldModuloP getField();
    descriptor: ()Lsun/security/util/math/IntegerFieldModuloP;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.security.ec.point.AffinePoint asAffine();
    descriptor: ()Lsun/security/ec/point/AffinePoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.security.ec.point.ImmutablePoint fixed();
    descriptor: ()Lsun/security/ec/point/ImmutablePoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.security.ec.point.MutablePoint mutable();
    descriptor: ()Lsun/security/ec/point/MutablePoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Point.java"