public class org.bouncycastle.math.ec.WNafPreCompInfo implements org.bouncycastle.math.ec.PreCompInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.math.ec.WNafPreCompInfo
  super_class: java.lang.Object
{
  protected org.bouncycastle.math.ec.ECPoint[] preComp;
    descriptor: [Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0004) ACC_PROTECTED

  protected org.bouncycastle.math.ec.ECPoint[] preCompNeg;
    descriptor: [Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0004) ACC_PROTECTED

  protected org.bouncycastle.math.ec.ECPoint twice;
    descriptor: Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
         0: .line 7
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 13
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.math.ec.WNafPreCompInfo.preComp:[Lorg/bouncycastle/math/ec/ECPoint;
         2: .line 19
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.math.ec.WNafPreCompInfo.preCompNeg:[Lorg/bouncycastle/math/ec/ECPoint;
         3: .line 25
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.math.ec.WNafPreCompInfo.twice:Lorg/bouncycastle/math/ec/ECPoint;
         4: .line 7
            return
        end local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/WNafPreCompInfo;

  public org.bouncycastle.math.ec.ECPoint[] getPreComp();
    descriptor: ()[Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
         0: .line 29
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.WNafPreCompInfo.preComp:[Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        end local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/WNafPreCompInfo;

  public void setPreComp(org.bouncycastle.math.ec.ECPoint[]);
    descriptor: ([Lorg/bouncycastle/math/ec/ECPoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
        start local 1 // org.bouncycastle.math.ec.ECPoint[] preComp
         0: .line 34
            aload 0 /* this */
            aload 1 /* preComp */
            putfield org.bouncycastle.math.ec.WNafPreCompInfo.preComp:[Lorg/bouncycastle/math/ec/ECPoint;
         1: .line 35
            return
        end local 1 // org.bouncycastle.math.ec.ECPoint[] preComp
        end local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/bouncycastle/math/ec/WNafPreCompInfo;
            0    2     1  preComp  [Lorg/bouncycastle/math/ec/ECPoint;
    MethodParameters:
         Name  Flags
      preComp  

  public org.bouncycastle.math.ec.ECPoint[] getPreCompNeg();
    descriptor: ()[Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
         0: .line 39
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.WNafPreCompInfo.preCompNeg:[Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        end local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/WNafPreCompInfo;

  public void setPreCompNeg(org.bouncycastle.math.ec.ECPoint[]);
    descriptor: ([Lorg/bouncycastle/math/ec/ECPoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
        start local 1 // org.bouncycastle.math.ec.ECPoint[] preCompNeg
         0: .line 44
            aload 0 /* this */
            aload 1 /* preCompNeg */
            putfield org.bouncycastle.math.ec.WNafPreCompInfo.preCompNeg:[Lorg/bouncycastle/math/ec/ECPoint;
         1: .line 45
            return
        end local 1 // org.bouncycastle.math.ec.ECPoint[] preCompNeg
        end local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/bouncycastle/math/ec/WNafPreCompInfo;
            0    2     1  preCompNeg  [Lorg/bouncycastle/math/ec/ECPoint;
    MethodParameters:
            Name  Flags
      preCompNeg  

  public org.bouncycastle.math.ec.ECPoint getTwice();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
         0: .line 49
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.WNafPreCompInfo.twice:Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        end local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/WNafPreCompInfo;

  public void setTwice(org.bouncycastle.math.ec.ECPoint);
    descriptor: (Lorg/bouncycastle/math/ec/ECPoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
        start local 1 // org.bouncycastle.math.ec.ECPoint twice
         0: .line 54
            aload 0 /* this */
            aload 1 /* twice */
            putfield org.bouncycastle.math.ec.WNafPreCompInfo.twice:Lorg/bouncycastle/math/ec/ECPoint;
         1: .line 55
            return
        end local 1 // org.bouncycastle.math.ec.ECPoint twice
        end local 0 // org.bouncycastle.math.ec.WNafPreCompInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/math/ec/WNafPreCompInfo;
            0    2     1  twice  Lorg/bouncycastle/math/ec/ECPoint;
    MethodParameters:
       Name  Flags
      twice  
}
SourceFile: "WNafPreCompInfo.java"